Hi, I am trying to use WP Google Fonts plugin to change the font for my website. At first, the font changes for a brief second and then it changes back to the previous theme's font. The Kaushan Script is what I want to display but doesn't... h2 { font-family:'Kaushan Script', arial, serif; } Any help? Ryan
For this you need to remove cufon from your site. Go to your theme directory > js > custom.js and remove code given below from there. Code: //Cufon replacement Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6'); You will not get theme directory in your dashboard. You can edit custom.js file through FTP. Open your Theme directory (through FTP) > js > custom.js Download custom.js file from there, Edit it, Then upload it.