Is it possible to specify a different font for the site?

Discussion in 'Andrina WordPress Theme' started by thewonderlady, Jun 18, 2014.

  1. thewonderlady

    thewonderlady Guest

    Joined:
    Jun 17, 2014
    Messages:
    1
    Likes Received:
    0
    If so, how do I do that, and what fonts I am I limited to?

    My client is asking for something kind of classic for the text, so that could possibly be Times Roman, but wants to use a different font (and I don't have the name of it) for the headlines. See attached screenshot from his book.

    I realize that changing fonts is not usually done, but I at least want to ask the question.

    Thanks!
    Ruth
    Screen Shot 2014-06-17 at 5.18.57 PM.png
     
  2. 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:
     h1, h2, h3, h4, h5, h6{
    font-family:symbol;
    }
    p, a{
    font-family:symbol;
    }
     
    
    Inplace of "symbol" put your font type.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page