You've already forked system.css
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:
Binary file not shown.
BIN
fonts/ChiKareGo2.woff
Normal file
BIN
fonts/ChiKareGo2.woff
Normal file
Binary file not shown.
BIN
fonts/ChiKareGo2.woff2
Normal file
BIN
fonts/ChiKareGo2.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
fonts/ChicagoFLF.woff
Normal file
BIN
fonts/ChicagoFLF.woff
Normal file
Binary file not shown.
BIN
fonts/ChicagoFLF.woff2
Normal file
BIN
fonts/ChicagoFLF.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
fonts/FindersKeepers.woff
Normal file
BIN
fonts/FindersKeepers.woff
Normal file
Binary file not shown.
BIN
fonts/FindersKeepers.woff2
Normal file
BIN
fonts/FindersKeepers.woff2
Normal file
Binary file not shown.
BIN
fonts/monaco.ttf
BIN
fonts/monaco.ttf
Binary file not shown.
BIN
fonts/monaco.woff
Normal file
BIN
fonts/monaco.woff
Normal file
Binary file not shown.
BIN
fonts/monaco.woff2
Normal file
BIN
fonts/monaco.woff2
Normal file
Binary file not shown.
12
style.css
12
style.css
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user