Home page font

Discussion in 'Andrina WordPress Theme' started by jodineb, Mar 20, 2013.

  1. jodineb

    jodineb New Member

    Joined:
    Feb 7, 2013
    Messages:
    4
    Likes Received:
    0
    How do I make all the font on the home page century gothic?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    body {
    font-family: Your Font type;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: Your Font type;
    }
     
    .index-info .index-info-one span, .index-info .index-info-two span, .index-info .index-info-three span{
    font-family: Your Font type;
    }
    This will solve your issue.
     

Share This Page