Change template font

Discussion in 'Infoway WordPress Theme' started by robert l, Aug 8, 2013.

  1. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Is it possible to change the default font?

    Also, is there a way to change the size of the font for the text used on pages?

    Thank you.

    Robert
     
  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, p, a{
    font-family:symbol!important;
    }
    p{
    font-size:16px!important;
    }

    Inplace of "symbol" put your font type.
     

Share This Page