Changing lettertype

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Mar 3, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Is it possible to change the font style (lettertype: century gothic) from the places marked in red.

    See attachment -->

    Thank you.
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .post .post_content {
      font-family: century gothic;
    }
    .page-content-container .page-content {
      font-family: century gothic;
    }
    
    Thanks & Regards
    Pramod Patel
     

Share This Page