How to change the text font and style?

Discussion in 'ClassiCraft WordPress Theme' started by alnaami, Dec 23, 2013.

  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi guys,

    I'd like to change the text font and style in regular pages and blog pages, but the shouldn't be the same font. How can I change this?

    Thanks,
    Mike
     
  2. Gourav

    Gourav Support Staff

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

    Do let us know your website link.
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

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

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

    Code:
    .featured_item p {
    font-family: symbol;
    }
    .featured_item a {
    font-family: symbol;
    }
    .content p {
    font-family: symbol;
    }
    .content a {
    font-family: symbol;
    }
    
    Inplace of "symbol" put your font type.
     

Share This Page