diff --git a/fonts/ChiKareGo2.ttf b/fonts/ChiKareGo2.ttf deleted file mode 100644 index f959a62..0000000 Binary files a/fonts/ChiKareGo2.ttf and /dev/null differ diff --git a/fonts/ChiKareGo2.woff b/fonts/ChiKareGo2.woff new file mode 100644 index 0000000..7ae3915 Binary files /dev/null and b/fonts/ChiKareGo2.woff differ diff --git a/fonts/ChiKareGo2.woff2 b/fonts/ChiKareGo2.woff2 new file mode 100644 index 0000000..a4c2859 Binary files /dev/null and b/fonts/ChiKareGo2.woff2 differ diff --git a/fonts/ChicagoFLF.ttf b/fonts/ChicagoFLF.ttf deleted file mode 100644 index 60691e1..0000000 Binary files a/fonts/ChicagoFLF.ttf and /dev/null differ diff --git a/fonts/ChicagoFLF.woff b/fonts/ChicagoFLF.woff new file mode 100644 index 0000000..be2b7d7 Binary files /dev/null and b/fonts/ChicagoFLF.woff differ diff --git a/fonts/ChicagoFLF.woff2 b/fonts/ChicagoFLF.woff2 new file mode 100644 index 0000000..5e5c0b5 Binary files /dev/null and b/fonts/ChicagoFLF.woff2 differ diff --git a/fonts/FindersKeepers.ttf b/fonts/FindersKeepers.ttf deleted file mode 100644 index 508c79d..0000000 Binary files a/fonts/FindersKeepers.ttf and /dev/null differ diff --git a/fonts/FindersKeepers.woff b/fonts/FindersKeepers.woff new file mode 100644 index 0000000..db07ec1 Binary files /dev/null and b/fonts/FindersKeepers.woff differ diff --git a/fonts/FindersKeepers.woff2 b/fonts/FindersKeepers.woff2 new file mode 100644 index 0000000..954e63c Binary files /dev/null and b/fonts/FindersKeepers.woff2 differ diff --git a/fonts/monaco.ttf b/fonts/monaco.ttf deleted file mode 100644 index 6593dca..0000000 Binary files a/fonts/monaco.ttf and /dev/null differ diff --git a/fonts/monaco.woff b/fonts/monaco.woff new file mode 100644 index 0000000..06830e0 Binary files /dev/null and b/fonts/monaco.woff differ diff --git a/fonts/monaco.woff2 b/fonts/monaco.woff2 new file mode 100644 index 0000000..295bb9d Binary files /dev/null and b/fonts/monaco.woff2 differ diff --git a/style.css b/style.css index 5fee0ae..e6b82be 100644 --- a/style.css +++ b/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;