Font Change to Homepage heading

Discussion in 'Squirrel WordPress Theme' started by headborough, Dec 9, 2013.

  1. headborough

    headborough New Member

    Joined:
    Nov 28, 2013
    Messages:
    8
    Likes Received:
    0
    Hi there
    My font looks slightly blurred when viewed on homepage, is there a way I can change the font and size to both the homepage first and second header. The homepage left and right columns (two cols) look ok. I am using squirrel pro. Thank you
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this first you need to remove cufon.
    Go to the
    Theme directory > js > custom.js and remove code as shown in the image.

    cufon11.png

    After that Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .header-info h1 {
    font-family: YOUR FONT FAMILY;
    font-size:YOUR FONT SIZE;
    }
    .header-info h2 {
    font-family: YOUR FONT FAMILY;
    font-size:YOUR FONT SIZE;
    }
    
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. headborough

    headborough New Member

    Joined:
    Nov 28, 2013
    Messages:
    8
    Likes Received:
    0
    Will give it a try - thank you for answering
     

Share This Page