New Fonts

Discussion in 'ColorWay WordPress Theme' started by satinfeather99, Mar 5, 2013.

  1. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    To apply any fort family in the theme, You need to remove cufon first.

    Go to the
    Theme directory > js > custom.js
    and remove code as shown in image.

    [​IMG]


    Note:- You will not get js directory in your dashboard.
    You can edit custom.js file through FTP.
    Open your Theme directory (through FTP) > js directory > custom.js
    Download custom.js file from there, Edit it, Then again upload it at the same place..

    After that paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #content .one_fourth h3 {
    font-family: kreon;
    }
    .content-info h1 {
    font-family: kreon;
    }
     

Share This Page