just updating stuff from when I was like 12 years old some, along with getting rid of some random hosting stuff I tried on this repo for some reason.

This commit is contained in:
ForeverPyrite
2024-08-09 05:41:59 +01:00
parent 583476c165
commit dd226b8a66
4 changed files with 6 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
# Super Duper Crazily Clean Font That Is Totally Awesome # Super Duper Crazily Clean Font That Is Totally Awesome
### What is the font? ### What is the font?
"Nibus Sans D OT Light" is the font, and ***ohmygosh*** it's probobally the cleanest thing I have ever ever ever ever seen "Nibus Sans D OT Light" is the font, and ***ohmygosh*** it's probobally the cleanest thing I have ever ever ever ever seen.
~~I'll try to get a demo link up sometime soon aka eventually and maybe never~~ ~~I'll try to get a demo link up sometime soon aka eventually and maybe never~~
## Wait now how do **I** use it? ## Wait now how do **I** use it?
That's....a little tough BUT That's....a little tough BUT I'm assuming you mean for web development so:
Open up your CSS file (or make one and learn how to import stylesheets, it's extremely easy and I'd be concerned if every single one of your pages used its own `<style>` tag) and just copy and past this as your font face (@font-face) Open up your CSS file (or make one and learn how to import stylesheets, it's extremely easy and I'd be concerned if every single one of your pages used its own `<style>` tag) and just copy and past this as your font face (@font-face)
```css ```css
@@ -17,7 +17,7 @@ Open up your CSS file (or make one and learn how to import stylesheets, it's ext
font-style: normal; font-style: normal;
} }
``` ```
Now in any of your CSS atributes you want (even thought `@font-face` is defulting the font... or if you are using a varible of course. Then you are already smart enough to figure it out ;).) Now in any of your CSS atributes you want, just include 'nimbus_sans_d_otlight' as the fon't family. Examples:
For classes: For classes:
```css ```css
@@ -34,11 +34,11 @@ For IDs:
#### Want to download and host the files yourself? #### Want to download and host the files yourself?
<a href="https://github.com/ForeverPyrite/Crazy-Clean-Font/archive/refs/heads/main.zip" target="_blank">Click here</a>, extract the ZIP files however you prefer, and keep the `font-files` folder. That has all the needed files for this font. <a href="https://github.com/ForeverPyrite/Crazy-Clean-Font/archive/refs/heads/main.zip" target="_blank">Click here</a>, extract the ZIP files however you prefer, and keep the `font-files` folder. That has all the...font...files.
Have your own font you want to use in your own website? First download whatever font you want as it's `.ttf file`, than head over to [FontSquirrel](https://www.fontsquirrel.com/tools/webfont-generator) and use your ginormous brain full of everything you just learned (If that wasn't enough you always have [Google](https://google.com) and [YouTube](https://youtube.com)). Have your own font you want to use in your own website? If it's not already in the form of a `.woff` and `.woff2`, First download whatever font you want as a `.ttf` file, than head over to [FontSquirrel](https://www.fontsquirrel.com/tools/webfont-generator) and upload the fon there.
## The .ttf file ## The .ttf file
If you want to use the Font for simpler things, like for your PC, than just go ahead and download the font file itself <a href="https://github.com/ForeverPyrite/Crazy-Clean-Font/blob/main/Nimbus-Sans-D-OT-Light_32752.ttf?raw=true" target="_blank">right here</a> If you want to use the Font for simpler things, like for your PC, than just go ahead and download the font file itself <a href="https://github.com/ForeverPyrite/Crazy-Clean-Font/blob/main/Nimbus-Sans-D-OT-Light_32752.ttf?raw=true" target="_blank">right here</a>.

Binary file not shown.

Binary file not shown.

View File

@@ -8,5 +8,4 @@
url('https://raw.githubusercontent.com/ForeverPyrite/Crazy-Clean-Font/main/font-files/nimbus-sans-d-ot-light_32752-webfont.woff') format('woff'); url('https://raw.githubusercontent.com/ForeverPyrite/Crazy-Clean-Font/main/font-files/nimbus-sans-d-ot-light_32752-webfont.woff') format('woff');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }