Changing the font through the Roadfighter theme

Discussion in 'RoadFighter WordPress Theme' started by pattersp1977, Oct 9, 2013.

  1. pattersp1977

    pattersp1977 Member

    Joined:
    Sep 2, 2013
    Messages:
    41
    Likes Received:
    0
    Dear Support team,

    Can you please advise how I can change the font throughout the Roadfighter theme?

    I have tried a font pluggin but it didn't work.

    Best regards,

    Pat.
     
  2. 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');
    Also check the link for reference
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/


    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;
    }
    a, p{
    font-family:symbol!important;
    }

    Inplace of "symbol" put your font type.
     

Share This Page