Hi Patrick.
Indeed that font is not on the list yet.
In that case you have to add it manually in a few basic steps:
- Go to: https://fonts.google.com/specimen/Reddit+Sans?query=Reddit+Sans
- Click "Get Font" button (blue)
- Click "Get Embed Code" button
- In Helix Template Options > Custom Code (tab):
- In area "Before < / head>" paste code from Google Font section "Embed code in the <head> of your html"
- In area "Custom CSS" paste
body, p, h1, h2, h3, h4, h5, h6, li, a, span
{ font-family: "Reddit Sans", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
}
strong, b {font-family: "Reddit Sans", sans-serif; font-weight: 700;}
If you want to use on whole site use above CSS, or select one HTML tag only.
- Save Helix settings.
- Remember to disable Typography tabs (!) in Template Options.
