Change Font Style

Discussion in 'BizWay WordPress Theme' started by pfung, Nov 14, 2012.

  1. pfung

    pfung Member

    Joined:
    Aug 21, 2012
    Messages:
    31
    Likes Received:
    1
    How do we change the font style? Thanks

    -----

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


    Code:
    h1,h2,h3,h4,h5,h6,a{
    font-family:symbol!important;
    }
    p{
    font-family:symbol!important;
    }
    Inplace of "symbol" put your font type.
     
  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,a{
    font-family:symbol!important;
    }
    p{
    font-family:symbol!important;
    }
    Inplace of "symbol" put your font type.
     

Share This Page