From 274863f960632cfbdf185544760e1f38f9c4f99c Mon Sep 17 00:00:00 2001 From: sakofchit Date: Fri, 5 Aug 2022 16:14:06 -0400 Subject: [PATCH] first --- docs/docs.css | 2 +- fonts/{converted => }/ChiKareGo2.ttf | Bin fonts/{converted => }/ChicagoFLF.ttf | Bin fonts/{converted => }/FindersKeepers.ttf | Bin fonts/{converted => }/monaco.ttf | Bin style.css | 8 ++++---- 6 files changed, 5 insertions(+), 5 deletions(-) rename fonts/{converted => }/ChiKareGo2.ttf (100%) rename fonts/{converted => }/ChicagoFLF.ttf (100%) rename fonts/{converted => }/FindersKeepers.ttf (100%) rename fonts/{converted => }/monaco.ttf (100%) diff --git a/docs/docs.css b/docs/docs.css index 3eecd94..b5f8c95 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -1,6 +1,6 @@ @font-face { font-family: Geneva9; - src: url("fonts/converted/FindersKeepers.ttf") + src: url("fonts/FindersKeepers.ttf") } * { diff --git a/fonts/converted/ChiKareGo2.ttf b/fonts/ChiKareGo2.ttf similarity index 100% rename from fonts/converted/ChiKareGo2.ttf rename to fonts/ChiKareGo2.ttf diff --git a/fonts/converted/ChicagoFLF.ttf b/fonts/ChicagoFLF.ttf similarity index 100% rename from fonts/converted/ChicagoFLF.ttf rename to fonts/ChicagoFLF.ttf diff --git a/fonts/converted/FindersKeepers.ttf b/fonts/FindersKeepers.ttf similarity index 100% rename from fonts/converted/FindersKeepers.ttf rename to fonts/FindersKeepers.ttf diff --git a/fonts/converted/monaco.ttf b/fonts/monaco.ttf similarity index 100% rename from fonts/converted/monaco.ttf rename to fonts/monaco.ttf diff --git a/style.css b/style.css index 06449cd..5fdc1ca 100644 --- a/style.css +++ b/style.css @@ -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;