Home>Support>How to change body font without change the menu?

How to change body font without change the menu?

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 10 months ago Airam Fontes

    That works perfectly! Thanks!

  3. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More