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:
12
style.css
12
style.css
@@ -51,21 +51,25 @@
|
||||
|
||||
@font-face {
|
||||
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-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 */
|
||||
@font-face {
|
||||
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-family: Geneva_9;
|
||||
src: url("fonts/FindersKeepers.ttf")
|
||||
src: url("fonts/FindersKeepers.woff") format("woff");
|
||||
src: url("fonts/FindersKeepers.woff2") format("woff2");
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 22px;
|
||||
|
||||
Reference in New Issue
Block a user