Changing font

Discussion in 'Appointway WordPress Theme' started by pupwild, May 15, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    I would like to be able to change all the font on the site. How can I do this?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    body, h1, h2, h3, h4, h5, h6, a,span,p{
    font-family:symbol ! important;
    }
    input[type="text"],input[type="submit"]{
    font-family:symbol ! important;
    }
    
    Inplace of "symbol" put your font.
    This will solve your issue.
     

Share This Page