Just Upgraded From Lite to Pro - Fonts are not the same

Discussion in 'Andrina WordPress Theme' started by sandymcdonald, May 29, 2013.

Thread Status:
Not open for further replies.
  1. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    Just upgraded from Andrina-lite to pro version. I would like the fonts to be the same as the lite version, but they are not.

    website url is http://comfortclimateservice.com

    I have 3 screen shots of the home page to show the difference, but when I tried to upload the 1st file, I received a message it was too large. I can email if needed.
     
  2. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    I need to know what font is used in lite and where to change it.
     
  3. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    Can someone please help me with this today before the weekend?
     
  4. Nitesh

    Nitesh Support Staff

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

    Heading font of lite and pro theme are different.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    h1, h2, h3, h4, h5{
    font-family: cambria!important;
    }

    It will work for you.
     
  5. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    Hi Nitesh,

    I tried cambria but the numbers were very different, so I tried Georgia and it worked perfectly. Thank you very much.

    Code:
    h1, h2, h3, h4, h5{
    font-family: Georgia !important;
    }
     
Thread Status:
Not open for further replies.

Share This Page