Font face

Discussion in 'BlogsTrend WordPress Theme' started by daria369, Jul 18, 2013.

Thread Status:
Not open for further replies.
  1. daria369

    daria369 Member

    Joined:
    Feb 18, 2013
    Messages:
    33
    Likes Received:
    3
    I'd like to change the posts titles font to "times new roman" in order to properly display three special characters from Slovenian alphabet (č, š, ž) on my blog http://dariasworld.info/

    The current font looks nice but appears off whenever one of above mentioned characters appears.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .blog .post .post_title {
    font-family: times new roman;
    }
     
  3. daria369

    daria369 Member

    Joined:
    Feb 18, 2013
    Messages:
    33
    Likes Received:
    3
    Perfect, just the way I wanted it. Thanks a bunch!! :)
     
Thread Status:
Not open for further replies.

Share This Page