Cufon fonts?

Discussion in 'Elite Pro WordPress Theme' started by mpgken, Jun 14, 2014.

  1. mpgken

    mpgken New Member

    Joined:
    Feb 8, 2013
    Messages:
    7
    Likes Received:
    1
    I like the cufon fonts but am concerned about how they break up a sentence into individual words which makes no sense for SEO purposes. In addition to this by breaking up the sentence it adds a huge amount of extra coding that a browser has to load. The more code that needs to load the slower the site.

    Is there a way to make the cufon fonts work without breaking up a sentence?
     
  2. Gourav

    Gourav Support Staff

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

    Cufon is a javascript text replacement that basically takes a font, renders each character in the replaced string with it’s color, size, and weight information.
    So the only solution is remove the cufon from your website, If you want to do so, then go to js > custom.js prsent in your theme directory and remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); 
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page