Compare commits

...

3 Commits

Author SHA1 Message Date
ForeverPyrite
610439d9d6 fixed miniscule type cause I'm dumb 2025-08-14 02:03:41 -04:00
ForeverPyrite
6c484429d8 updating this so I can use it, and make it...work 2025-08-14 02:00:27 -04:00
ForeverPyrite
f3da988222 updating this so I can use it, and make it...work 2025-08-14 01:56:22 -04:00
16 changed files with 8 additions and 52 deletions

BIN
Nimbus-Sans-D-OT-Bold.otf Normal file

Binary file not shown.

BIN
Nimbus-Sans-D-OT-Bold.woff2 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,44 +1,10 @@
# Super Duper Crazily Clean Font That Is Totally Awesome # Nimbus Sans D OT
## It's a font I like, but isn't very popular
So I tried to download what font files did exist and [used the nerd font patcher](https://github.com/ryanoasis/nerd-fonts?tab=readme-ov-file#font-patcher) to use it for everything but source code.
I favor the "Hack" [nerd font](https://www.programmingfonts.org/#hack) for source code, so does everyone and that's irrelevant.
### What is the font? Anyways, there's two different versions of 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. The one directly in `./` are a much smaller download, so it's more suitable for web font-faces.
~~I'll try to get a demo link up sometime soon aka eventually and maybe never~~ The other ones in `./nerd/` are more reasonable to be installed locally and then used for whatever you want, since they got the complete glyph set.
## Wait now how do **I** use it? I uhhh made this repository as a kid so idrk what was happening, but we're so back now.
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)
```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.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;
}
```
Now in any of your CSS atributes you want, just include 'nimbus_sans_d_otlight' as the fon't family. Examples:
For classes:
```css
.class-id-here{
font-family: 'nimbus_sans_d_otlight';
}
```
For IDs:
```css
#element-id-here{
font-family: 'nimbus_sans_d_otlight';
}
```
#### 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...font...files.
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
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>.

View File

@@ -1,10 +0,0 @@
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 17, 2021 */
@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.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;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.