Need to Change Cufon Fonts

Discussion in 'ColorWay WordPress Theme' started by smillas, Apr 12, 2014.

  1. smillas

    smillas New Member

    Joined:
    Jan 16, 2012
    Messages:
    23
    Likes Received:
    0
    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?
     
  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('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
     
  3. smillas

    smillas New Member

    Joined:
    Jan 16, 2012
    Messages:
    23
    Likes Received:
    0
    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?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

Share This Page