Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13439
    jsilver
    Participant

    I’d like to select a Google font for my menu. The font is available in the Font Family Theme Options, but selecting it in custom CSS doesn’t seem to work.

    Here’s my Custom CSS:

    #branding ul.menu {
    font-size: 16px;
    font-family: “Yanone Kaffeesatz”, sans serif;
    font-weight: bold;
    }

    If I select one of the standard fonts (e.g. “Comic Sans MS”, cursive, sans-serif;) it works.

    #13471
    Sakin
    Keymaster

    @jsilver: You have to first active that font through “Appearance => Theme Options => Font Family Options”. Choose the font from there and then you can add that css.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Select google font in custom CSS’ is closed to new replies.