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.

How to change body font without change the menu?

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi! I´m in trouble! When I change the body font the menu font changes too!
I put the code bellow but nothing happens, not even the font resizes:

/* Vantage set menu font family and weight */

.main-navigation a {
font-family: Tangerine, Helvetica, Arial, “Lucida Grande”, sans-serif;
font-weight: 27px;
}

What do I do right now?

URL: http://escritoresamadores.com.br

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 3 months ago

    Hi Airam

    Google Fonts need to be imported in order to work. So if you’re not using that font anywhere in the Customizer, stating it in Custom CSS won’t have any effect and the next font in line, Helvetica will be used.

    Here is the page you can setup the CSS import from: http://www.google.com/fonts#UsePlace:use/Collection:Tangerine

    Insert the following at the very top of Appearance > Custom CSS, that should do the trick for your menu font:

    @import url(http://fonts.googleapis.com/css?family=Tangerine);
  2. Airam Fontes 11 years, 3 months ago

    That works perfectly! Thanks!

  3. Andrew Misplon Staff 11 years, 3 months ago

    Super, glad 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