From 6282d6008ce196016052f137a6be02087eda0190 Mon Sep 17 00:00:00 2001 From: ForeverPyrite <51493121+ForeverPyrite@users.noreply.github.com> Date: Fri, 9 Aug 2024 06:01:17 +0100 Subject: [PATCH] why didn't I rename them sooner? also three blank lines was in fact too much. --- ...OT-Light_32752.ttf => Nimbus-Sans-D-OT-Light.ttf | Bin README.md | 4 ++-- ...752-webfont.woff => nimbus-sans-d-ot-light.woff} | Bin ...2-webfont.woff2 => nimbus-sans-d-ot-light.woff2} | Bin font-files/stylesheet.css | 4 ++-- 5 files changed, 4 insertions(+), 4 deletions(-) rename Nimbus-Sans-D-OT-Light_32752.ttf => Nimbus-Sans-D-OT-Light.ttf (100%) rename font-files/{nimbus-sans-d-ot-light_32752-webfont.woff => nimbus-sans-d-ot-light.woff} (100%) rename font-files/{nimbus-sans-d-ot-light_32752-webfont.woff2 => nimbus-sans-d-ot-light.woff2} (100%) diff --git a/Nimbus-Sans-D-OT-Light_32752.ttf b/Nimbus-Sans-D-OT-Light.ttf similarity index 100% rename from Nimbus-Sans-D-OT-Light_32752.ttf rename to Nimbus-Sans-D-OT-Light.ttf diff --git a/README.md b/README.md index 0a4e966..ce676e5 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Open up your CSS file (or make one and learn how to import stylesheets, it's ext ```css @font-face { font-family: 'nimbus_sans_d_otlight'; - src: url('https://raw.githubusercontent.com/ForeverPyrite/Crazy-Clean-Font/main/font-files/nimbus-sans-d-ot-light_32752-webfont.woff2') format('woff2'), - url('https://raw.githubusercontent.com/ForeverPyrite/Crazy-Clean-Font/main/font-files/nimbus-sans-d-ot-light_32752-webfont.woff') format('woff'); + src: url('https://raw.githubusercontent.com/ForeverPyrite/Crazy-Clean-Font/main/font-files/nimbus-sans-d-ot-light.woff2') format('woff2'), + url('https://raw.githubusercontent.com/ForeverPyrite/Crazy-Clean-Font/main/font-files/nimbus-sans-d-ot-light.woff') format('woff'); font-weight: normal; font-style: normal; } diff --git a/font-files/nimbus-sans-d-ot-light_32752-webfont.woff b/font-files/nimbus-sans-d-ot-light.woff similarity index 100% rename from font-files/nimbus-sans-d-ot-light_32752-webfont.woff rename to font-files/nimbus-sans-d-ot-light.woff diff --git a/font-files/nimbus-sans-d-ot-light_32752-webfont.woff2 b/font-files/nimbus-sans-d-ot-light.woff2 similarity index 100% rename from font-files/nimbus-sans-d-ot-light_32752-webfont.woff2 rename to font-files/nimbus-sans-d-ot-light.woff2 diff --git a/font-files/stylesheet.css b/font-files/stylesheet.css index 1f935aa..d6c9c02 100644 --- a/font-files/stylesheet.css +++ b/font-files/stylesheet.css @@ -4,8 +4,8 @@ @font-face { font-family: 'nimbus_sans_d_otlight'; - src: url('https://raw.githubusercontent.com/ForeverPyrite/Crazy-Clean-Font/main/font-files/nimbus-sans-d-ot-light_32752-webfont.woff2') format('woff2'), - url('https://raw.githubusercontent.com/ForeverPyrite/Crazy-Clean-Font/main/font-files/nimbus-sans-d-ot-light_32752-webfont.woff') format('woff'); + src: url('https://raw.githubusercontent.com/ForeverPyrite/Crazy-Clean-Font/main/font-files/nimbus-sans-d-ot-light.woff2') format('woff2'), + url('https://raw.githubusercontent.com/ForeverPyrite/Crazy-Clean-Font/main/font-files/nimbus-sans-d-ot-light.woff') format('woff'); font-weight: normal; font-style: normal; }