change font to san serif font?

Discussion in 'Infoway WordPress Theme' started by ajyorthodontics, May 15, 2013.

  1. ajyorthodontics

    ajyorthodontics New Member

    Joined:
    Apr 24, 2013
    Messages:
    7
    Likes Received:
    0
    How can I change the font of all text to a san serif modern font like the one below?
     

    Attached Files:

  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,p,a,h1,h2,h3,h4,h5,h6,span,.infotag,.textwidget,li,ul,label{
    font-family:sans-serif ! important;
    }
    Put your font-family inplace of "sans-serif".
    This will solve your issue.
     

Share This Page