How do I modify the font across the whole theme?

Discussion in 'Infoway WordPress Theme' started by theconsultant, Apr 10, 2014.

  1. theconsultant

    theconsultant New Member

    Joined:
    Mar 12, 2014
    Messages:
    3
    Likes Received:
    0
    I find the font changes too much throughout, in size and weight. How can I modify it?

    Is there a bit of CSS that will standardize things, which I can then modify?

    Please and thank you!
     
  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{
    color:red;
    font-size:20px;
    font-family:arial;
    }
     
    p{
    color:red;
    font-size:20px;
    font-family:arial;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page