Change font in the hole website

Discussion in 'Infoway WordPress Theme' started by jha25, Sep 25, 2013.

  1. jha25

    jha25 New Member

    Joined:
    Mar 23, 2013
    Messages:
    6
    Likes Received:
    0
    Hi,

    Is there a simple way to change the font on all pages and post in infoway?
    Jacob
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

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

Share This Page