change font size and type

Discussion in 'Nutrition WordPress Theme' started by waynew, Oct 27, 2013.

  1. waynew

    waynew Member

    Joined:
    Aug 1, 2013
    Messages:
    33
    Likes Received:
    0
    What is the best way to change font size and type in pages?

    Do you recommend a certain plugin or is it better adding to the CSS?

    Or any other way thats best.
     
  2. Gourav

    Gourav Support Staff

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

    Can you please explain your problem with the help of screenshot, where you want to change the font and also share the link of your website, so that we can give you code for that.
     
  3. waynew

    waynew Member

    Joined:
    Aug 1, 2013
    Messages:
    33
    Likes Received:
    0
  4. 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.
     
  5. waynew

    waynew Member

    Joined:
    Aug 1, 2013
    Messages:
    33
    Likes Received:
    0
    thanks, placing that code in the CSS changes the font type, what about changing the size?
     
  6. 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-size:20px!important;
    }
    p, a{
    font-size:15px!important;
    }
    Adjust its value as per your requirements.
     

Share This Page