Font Changes

Discussion in 'RoadFighter WordPress Theme' started by elames3, May 30, 2013.

  1. elames3

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    Is it possible to use Different Fonts? The ones standard Cufon ones seem jaggy and unclear to me.
    Where would I change them?
    Thank you
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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');
    See the image for reference
    [​IMG]

    Now,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    h1, h2, h3, h4, h5, h6 {
    font-family: symbol ! important;
    }
    Inplace of "symbol" you can put your font.
    This will solve your issue.
     

Share This Page