Changing the font

Discussion in 'Slice WordPress Theme' started by remoteman, Jan 19, 2013.

  1. remoteman

    remoteman New Member

    Joined:
    Jul 26, 2012
    Messages:
    3
    Likes Received:
    0
    Hi There,

    how can I change the fonts in the template

    regards

    remoteman
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Can you please explain your problem with the help of screenshot, where you want to change the font and also share the link of your website, so that we can give you the exact solution.
     
  3. remoteman

    remoteman New Member

    Joined:
    Jul 26, 2012
    Messages:
    3
    Likes Received:
    0
    Hi
    Thank you very much for the quick reply.
    Actually I just neet how can I change the fonts given in the templates.... as we do for example in word documents.... or if it is possible to make the same in the following web site

    www.innocid.com
    our web site is
    www.innocid-me.com

    thanks
     
  4. 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') ;

    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!important;
    }
    p{
    font-family:symbol!important;
    }
    
    Inplace of "symbol" put your font type.
     
  5. remoteman

    remoteman New Member

    Joined:
    Jul 26, 2012
    Messages:
    3
    Likes Received:
    0
    Hi

    How can I find JS

    Thanks
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    You will not get theme directory in your dashboard.
    You can edit custom.js file through FTP.
    Open your Theme directory (through FTP) > js
    Download custom.js file from there, Edit it, Then again upload it.
     

Share This Page