font change

Discussion in 'ColorWay WordPress Theme' started by aclaytonbrown, Dec 31, 2012.

  1. aclaytonbrown

    aclaytonbrown New Member

    Joined:
    Dec 3, 2012
    Messages:
    6
    Likes Received:
    0
    i can only change the font for the menu text...how do i change the font for the entire site? I have tried a few times using custom css i have found in the forum but nothing seems to work.

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to js > Custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');    
    Sending image for reference

    [​IMG]


    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    h1,h2,h3,h4,h5,h6,a{
    font-family:symbol;
    }
    p{
    font-family:symbol;
    }
    Inplace of "symbol" put your font type.
     
  3. aclaytonbrown

    aclaytonbrown New Member

    Joined:
    Dec 3, 2012
    Messages:
    6
    Likes Received:
    0
    I did this and it's still not working. I removed the code from custom.js before I changed it the first time so it wasn't there this time when I pasted the code you gave me.

    Can I have further assistance?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website.
     

Share This Page