Changing the font type of Slice theme

Discussion in 'Slice WordPress Theme' started by westervoort, Feb 13, 2014.

  1. westervoort

    westervoort New Member

    Joined:
    Jan 25, 2014
    Messages:
    1
    Likes Received:
    0
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to js > custom.js present in your theme directory and remove the code given below

    Code:
    Cufon.replace({
        hover: true
    })('.add h2')('.reply',{
        hover:true
    })('h1')('h2')('h3')('h4')('h5')('h6')('.add')('.post-info ') ; 
    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     h1,h2,h3,h4,h5,h6,p,div,span,a{
    font-family:symbol ! important;
    }
    Inplace of "symbol" put your font type.
    This will solve your issue.
     

Share This Page