Change website font to arial

Discussion in 'Cloriato WordPress Theme' started by rosiehayes, Jan 11, 2013.

  1. rosiehayes

    rosiehayes New Member

    Joined:
    Mar 26, 2012
    Messages:
    4
    Likes Received:
    0
    Please can you let me know the custom CSS to change the font (for all text and headings) to arial on my website. I am using the cloriato theme.

    Thanks,

    Rosie
     
  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:
    //Font replace
    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,a,p{
    font-family:arial!important;
    }
     
  3. rosiehayes

    rosiehayes New Member

    Joined:
    Mar 26, 2012
    Messages:
    4
    Likes Received:
    0
    Thanks, I want to change the font everywhere including on the slider, the column headings etc. Please can you let me know the code?
     
  4. rosiehayes

    rosiehayes New Member

    Joined:
    Mar 26, 2012
    Messages:
    4
    Likes Received:
    0
    Also, please can you let me know where to find js-custom js? Where am I looking? Thank you.
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    You will not get theme directory in your dashboard.
    You can edit custom.js file through FTP.
    Open your Theme directory (through FTP) > js directory > custom.js
    Download custom.js file from there, Edit it, Then again upload it at the same place..
     

Share This Page