Home>Support>Helvetica Neue font not working

Helvetica Neue font not working

For my Vantage theme, I would like the default font to be Helvetica Neue. However, when it is selected as the font, my website displays all text as Arial instead of Helvetica Neue. Is there something I’m missing? Any help would be greatly appreciated!

As a side note, there seems to be barely any difference between the size of h1, h2, h3, etc. Is that intentional or is there something funky with my site? You can see an example here.. http://inslp.net/headline

URL: http://inslp.net

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, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi Crazyrawkr

    Are you perhaps running Windows? It’s, unfortunately, not a default on Windows, only OS X. Unlike the Google fonts in the list it’s not a hosted font so if the machine in question isn’t running it, the fallback, Arial, will be applicable.

    If you’d like to adjust the heading sizing you can do so with the following inserted at Appearance > Custom CSS:

    /* Vantage Heading Styles */
    
    .entry-content h1 {
    font-size: 24px;
    }
    
    .entry-content h2 {
    font-size: 18px;
    }
    
    .entry-content h3 {
    font-size: 16px;
    }
    
    .entry-content h4 {
    font-size: 15px;
    }
    
    .entry-content h5 {
    font-size: 14px;
    }
    
    .entry-content h6 {
    font-size: 13px;
    }
    

    Adjust the values as required. Hope that helps.

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