Heading Font looks fuzzy?

Discussion in 'ColorWay WordPress Theme' started by networkcarecenter, Dec 6, 2013.

  1. networkcarecenter

    networkcarecenter New Member

    Joined:
    Sep 17, 2013
    Messages:
    12
    Likes Received:
    0
    The font in all of the Headings looks fuzzy to the eye? I changed around some settings on my own pc to see if that was the issue but it seems to be the font itself? Thanks
    http://networkcarecenter.com
     
  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('h1')('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:YOUR FONT TYPE;
    }
    
     

Share This Page