font changes after you click on the website

Discussion in 'Poloray WordPress Theme' started by troydavisdc, Apr 17, 2013.

  1. troydavisdc

    troydavisdc New Member

    Joined:
    Sep 27, 2012
    Messages:
    11
    Likes Received:
    0
    when I click on my site, the font appears one way and then a split second later it switches to the way it is supposed to look. any idea?
    site: stgeorgechiropractic.com
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    We are not getting your issue. Please explain with the help of screenshot, About which area you are talking.
     
  3. troydavisdc

    troydavisdc New Member

    Joined:
    Sep 27, 2012
    Messages:
    11
    Likes Received:
    0
    [​IMG][​IMG]

    first view a split second later view on both chrome and IE
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    Cufon takes some time to load on server that's why this problem is occurring, Go to js > custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1',{hover: true})('h2',{hover: true})('h3',{hover: true})('h4',{hover: true})('h5',{hover: true})('h6',{hover: true})('.contentbtn')('.content_info')('.readmore',{hover: true})('.submit',{hover: true});
    This will solve your issue.
     

Share This Page