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; }