1
0
mirror of https://github.com/sakofchit/system.css.git synced 2026-05-05 06:01:22 +09:00
This commit is contained in:
sakofchit
2022-08-05 16:14:06 -04:00
parent 6934e67217
commit 274863f960
6 changed files with 5 additions and 5 deletions

View File

@@ -39,21 +39,21 @@
@font-face {
font-family: Chicago;
src: url("fonts/converted/ChicagoFLF.ttf");
src: url("fonts/ChicagoFLF.ttf");
}
@font-face {
font-family: Monaco;
src: url("fonts/converted/monaco.ttf")
src: url("fonts/monaco.ttf")
}
/* Fonts below are recreations by Giles Booth */
@font-face {
font-family: Chicago_12;
src: url("fonts/converted/ChiKareGo2.ttf");
src: url("fonts/ChiKareGo2.ttf");
}
@font-face {
font-family: Geneva_9;
src: url("fonts/converted/FindersKeepers.ttf")
src: url("fonts/FindersKeepers.ttf")
}
::-webkit-scrollbar {
width: 22px;