WP Google Fonts plugin for font change of theme...

Discussion in 'ColorWay WordPress Theme' started by ryankennistonvanfleet, Dec 3, 2012.

  1. ryankennistonvanfleet

    ryankennistonvanfleet New Member

    Joined:
    Dec 2, 2012
    Messages:
    5
    Likes Received:
    0
    Hi,

    I am trying to use WP Google Fonts plugin to change the font for my website. At first, the font changes for a brief second and then it changes back to the previous theme's font. The Kaushan Script is what I want to display but doesn't...
    h2 {
    font-family:'Kaushan Script', arial, serif;

    }
    Any help?
    Ryan
     
  2. ryankennistonvanfleet

    ryankennistonvanfleet New Member

    Joined:
    Dec 2, 2012
    Messages:
    5
    Likes Received:
    0
    Is there anyway to disable the Champagne.font.js?
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    For this you need to remove cufon from your site.
    Go to your theme directory > js > custom.js
    and remove code given below from there.

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
        
    You will not get theme directory in your dashboard.
    You can edit custom.js file through FTP.
    Open your Theme directory (through FTP) > js > custom.js
    Download custom.js file from there, Edit it, Then upload it.
     

Share This Page