SudoVanilla Fonts

You are welcome to use fonts that are hosted by SudoVanilla.

The following fonts are available:

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