Change Headings Font

Discussion in 'Slice WordPress Theme' started by stephenc, Dec 15, 2012.

  1. stephenc

    stephenc New Member

    Joined:
    Nov 3, 2012
    Messages:
    6
    Likes Received:
    0
    Hey,
    I want to change the headings font, but I am unable to do so, every time I try to change it in the "style.css", the default font will just show up. I have tried to change the paragraph font before, and it was successful. I am wondering if it's possible to change the heading font? If possible, how can I do so?
     
  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:
    //cufone
    Cufon.replace({
        hover: true
    })('.add h2')('.reply',{
        hover:true
    })('h1')('h2')('h3')('h4')('h5')('h6')('.add') ;
    Sending image for reference

    [​IMG]
     

Share This Page