Home>Support>Change font-family in Vantage theme

Change font-family in Vantage theme

By Ruth Daber, 9 years ago. Last reply by Andrew Misplon, 8 years ago.

I have tried to change the font throughout the website, but no change is visible.
I tried Custom CSS and then played around with google web fonts and the Easy Google Fonts plugin, which does not look like the screenshots that explain how to use it.
I also checked out the code suggested to someone else who got across some conflict when using Vantage with Easy Google Fonts:

Vantage – Easy Google Fonts issue

Not sure what else I can try.
Any other suggestions?
Thank you!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 11 days ago Andrew Misplon
    Hi, I Work Here

    Hi Ruth

    Thanks for reaching out.

    Vantage Premium has font setting at Appearance > Customize > Theme Design > Fonts. If you’d like to check that offering out, head to Appearance > Vantage Premium.

    If you’d like to stick with Vantage Free, try the following rules in your Custom CSS plugin:

    /* Body */
    
    body,button,input,select,textarea {
    	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif !important;
    }
    
    /* Site Title Font */
    
    header#masthead h1 { 
    		font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif !important;
    }
    
    /* Heading Font */
    
    h1,h2,h3,h4,h5,h6 { 
    	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    }
    

    Adjust as required.

    You might find the following useful: http://www.cssfontstack.com/

  2. 9 years, 2 days ago Ruth Daber

    Hello Andrew,

    thank you for getting back to me.
    The code works (except for the navigation / menu).
    If I wanted to use a specific font like:
    http://www.myfonts.com/fonts/adobe/helvetica-neue/exp-ultra-light/specs.html
    Would there be a way to do this?

    Also, which fonts does the Premium version support?
    Thank you again.

    Ruth

  3. 9 years, 1 day ago Andrew Misplon
    Hi, I Work Here

    Vantage Premium offers the selection of most Google Fonts: https://www.google.com/fonts.

    The CSS I provided will work with web safe fonts: http://www.cssfontstack.com/

    The font you’ve listed is a premium font. You’d need to own it. I’m not sure which license you’d need for web permissions. You’d then need to host the file on your server and use Custom CSS to load it.

    Google Fonts are much easier.

  4. 9 years, 1 day ago Ruth Daber

    Thank you Andrew.

    How about the font for navigation / menu?
    I am using the web fonts with the codes you suggested for web safe fonts at this time.

    Ruth

  5. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Here we go :)

    /* Menu */
    
    .main-navigation {
    	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More