Changing all the fonts

Discussion in 'Andrina WordPress Theme' started by pupwild, Apr 17, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    I would like to change the font for the whole site. How would I do this?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    h1,h2,h3,h4,h5,h6{
    font-family:symbol;
    }
    a{
    font-family:symbol;
    }
    p{
    font-family:symbol;
    }
    Inplace of "symbol" put your font type.
     

Share This Page