Fonts

Browser Fontssudovanilla.org

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

The following fonts are available:

Installation

To add fonts to your website with via.sudovanilla.org, add a font-face in your CSS file:

SudoVanilla Via is the static assets server that is connected to multiple parts of SudoVanilla and it a crucial part of the infrastructure.

@font-face {
    font-family: "Mona Sans";
    src: url("https://via.sudovanilla.org/assets/fonts/MonaSans/TTF/MonaSans-Regular.ttf") format("truetype"),
         url("https://via.sudovanilla.org/assets/fonts/MonaSans/WOFF%202/MonaSans-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Mona Sans";
    src: url("https://via.sudovanilla.org/assets/fonts/MonaSans/TTF/MonaSans-Bold.ttf") format("truetype"),
         url("https://via.sudovanilla.org/assets/fonts/MonaSans/WOFF%202/MonaSans-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: bold;
}
h1 {
    font-family: "Mona Sans", Arial, sans-serif;
    font-weight: bold;
}

To speed up the connection to the fonts’ server, in this case SudoVanilla Via, may be best to preconnect for your webpage. Adding the following to your <head> tag:

<link rel="preconnect" href="https://via.sudovanilla.org" crossorigin/>
<link rel="dns-prefetch" href="https://via.sudovanilla.org"/> <!-- For older browser compatibility -->

Browse around and download the “.zip” folder included for all fonts, found in ./zip/, and selfhost the fonts yourself.

There are any CORS issues, please report them to SudoVanilla.

Alternative Sources

There are many other sources to get fonts from, the following are available to use: