SudoVanilla Fonts
You are welcome to use fonts that are hosted by SudoVanilla.
The following fonts are available:
- Mona Sans Learn More
- Open Sans Learn More
- Poppins Learn More
- Raleway Learn More
- Red Hat Text Learn More
- Red Hat Mono Learn More
- Red Hat Display Learn More
Installation
To add fonts to your website with fonts.sudovanilla.org
, add a font-face in your CSS file:
@font-face {
font-family: "Open Sans";
src: url("https://fonts.sudovanilla.org/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
h1 {
font-family: "Open Sans", sans-serif
}
You can also go into the /fonts/
, browse around, and download the “.zip” folder included for all fonts and selfhost the fonts yourself.
There are any CORS issues, please report them to SudoVanilla.
© 2014 - 2025 SudoVanilla