Hi- I'd like to change the cufon font. I have read quite a bit about how to remove cufon fonts from the theme- what I'd like to do is choose another one. Where would I replace the font? Do I need to upload the font I've downloaded somewhere? Alternatively, I've tried to install the plugin WP-Google Fonts and it doesn't seem to work, meaning the fonts I choose in the plugin don't actually reflect on the site. Can you advise as to how I could make it work please?
Hello, Go to js > custom.js present in your theme directory and remove the code given below Code: //Cufon Replacement Cufon.replace('h2')('h3')('h4')('h5')('h6'); now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1, h2, h3, h4, h5, h6{ font-family:symbol!important; } Inplace of "symbol" put your font type. Thanks & Regards Gourav Shrivastava
Does this apply if all I want to do is add a DIFFERENT cufon font? Also, how do I get wp-google fonts to work?
Hello, 1. No cufon does not allow to change the font family. 2. For google font, follow the link given below http://www.inkthemes.com/community/threads/kabel-book-font-how-to-enable.9019/#post-33336 Thanks & Regards Gourav Shrivastava