How do I use google fonts. I want to change the intro font and the heading font to Kreon. http://www.avisualadvantage.net/ExtraEfforLandscaping/ Thanks
To apply any fort family in the theme, You need to remove cufon first. Go to the Theme directory > js > custom.js and remove code as shown in image. Note:- You will not get js directory in your dashboard. You can edit custom.js file through FTP. Open your Theme directory (through FTP) > js directory > custom.js Download custom.js file from there, Edit it, Then again upload it at the same place.. After that paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #content .one_fourth h3 { font-family: kreon; } .content-info h1 { font-family: kreon; }