Font Styles

Discussion in 'Cloriato WordPress Theme' started by jamsog, Jul 26, 2013.

  1. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
    How can i choose to change the font styles for our titles etc to read more clearly for the user?

    the font that was available when WP style was initially installed was better.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.
     
  3. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
  4. 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:
    //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{
    font-family:symbol!important;
    }
    Inplace of "symbol" put your font type.
     
  5. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
    Hi there

    what is the Font that came with this template to begin with? i think its much better and clearer to read
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  7. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
    Ok can you send me a couple of screen shots of those fonts and how would i implement them into our site but keep all current headings etc
    as they are and just change the fonts thanks
     
  8. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
    Ok can you send me a couple of screen shots of those fonts and how would i implement them into our site but keep all current headings etc
    as they are and just change the fonts thanks
     

Share This Page