This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Helvetica Neue font not working

10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 6 months ago

    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.

Have a different question or issue?

Start New Thread