why didn't I rename them sooner? also three blank lines was in fact too much.

This commit is contained in:
ForeverPyrite
2024-08-09 06:01:17 +01:00
committed by GitHub
parent dd226b8a66
commit 6282d6008c
5 changed files with 4 additions and 4 deletions

View File

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

View File

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