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?
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