1
0
mirror of https://github.com/sakofchit/system.css.git synced 2026-05-05 06:01:22 +09:00

fix fonts not showing up on safari

This commit is contained in:
sakofchit
2023-02-06 13:01:15 -05:00
parent fae77b72cd
commit a0abaa3bc5
13 changed files with 8 additions and 4 deletions

Binary file not shown.

BIN
fonts/ChiKareGo2.woff Normal file

Binary file not shown.

BIN
fonts/ChiKareGo2.woff2 Normal file

Binary file not shown.

Binary file not shown.

BIN
fonts/ChicagoFLF.woff Normal file

Binary file not shown.

BIN
fonts/ChicagoFLF.woff2 Normal file

Binary file not shown.

Binary file not shown.

BIN
fonts/FindersKeepers.woff Normal file

Binary file not shown.

BIN
fonts/FindersKeepers.woff2 Normal file

Binary file not shown.

Binary file not shown.

BIN
fonts/monaco.woff Normal file

Binary file not shown.

BIN
fonts/monaco.woff2 Normal file

Binary file not shown.

View File

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