Chinese fonts not showing up properly in headers

Discussion in 'Squirrel WordPress Theme' started by little21553900, Jul 17, 2013.

  1. little21553900

    little21553900 New Member

    Joined:
    Sep 13, 2012
    Messages:
    2
    Likes Received:
    0
    Traditional Chinese fonts show up with no problems in text / paragraph settings. but when using headings, the Chinese Fonts just do not show up at all?
    How to correct this problem?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to js > custom.js present in your theme directory and remove the code given below

    Code:
    //cufone
    Cufon.replace({
        hover: true
    })('#colRight h2')('.reply',{
        hover:true
    })('h1')('h2')('h3')('h4')('h5')('h6');
    
    This will solve your issue.
     

Share This Page