Bar on Pages - Font Change

Discussion in 'Andrina WordPress Theme' started by rapidresults, Nov 25, 2012.

  1. rapidresults

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Hi:

    I would like to change the font on the bars on each page to Goudy Old Style - can you please tell me how to do that?

    Thanks.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li {
    font-family: your font family;
    }
     
  3. rapidresults

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Thank you...one quick question though, when adding 'my font family' do I enter the name of the font with spaces or without spaces.

    i.e.:

    #menu li {
    font-family: Goudy Old Style;
    }

    OR

    #menu li {
    font-family: GoudyOldStyle;
    }


    Thank you.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Add it with space.

    Code:
    #menu li {
    font-family: Goudy Old Style;
    }
     

Share This Page