How to change font in page content

Discussion in 'Andrina WordPress Theme' started by jodineb, Feb 23, 2013.

  1. jodineb

    jodineb New Member

    Joined:
    Feb 7, 2013
    Messages:
    4
    Likes Received:
    0
    How do I change the font size as well as font family in my content pages?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .full-width p {
    font-size: your font size;
    font-family: your font family;
    }
    .full-width h1, h2 {
    font-size: your font size;
    font-family: your font family;
    }
     

Share This Page