Google fonts not working for some headlines

Discussion in 'RoadFighter WordPress Theme' started by thatstevedilksguy, Aug 6, 2013.

  1. thatstevedilksguy

    thatstevedilksguy New Member

    Joined:
    Jul 18, 2013
    Messages:
    2
    Likes Received:
    0
    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?
     
  2. thatstevedilksguy

    thatstevedilksguy New Member

    Joined:
    Jul 18, 2013
    Messages:
    2
    Likes Received:
    0
    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!!
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     

Share This Page