Hello, I have the roadfighter theme installed on www.berkhome.ca I've been trying to override the default fonts using google fonts. Using the codes google provides for the stlye css and <head> sections I had no luck. I found a Google Fonts plugin that allows you to select a google font and choose which defaults it overrides. I checked off every box thinking that all my text would now be changed to the google font. It worked for body text and paragraphs but a few of the headline fonts are still default. Any suggestions?
its seems like its not working for any headline text like page titles, some homepage titles and other things of that nature. Any help would be greatly appreciated!!
Hello, Go to js > custom.js present in your theme directory and remove the code given below Code: //Cufon replacement Cufon.replace('h1')('h1:hover')('h2')('h3')('h4')('h5')('h6'); This will solve your issue.