How to change Font

Discussion in 'Compass WordPress Theme' started by silvernailwd, Jul 18, 2014.

  1. silvernailwd

    silvernailwd Guest

    Joined:
    Nov 22, 2013
    Messages:
    9
    Likes Received:
    0
    Location:
    South Bound Brook NJ, USA
    I need to change the font of the text mainly in the body. How can I achieve this for the home page. and maybe adapt it to other pages?
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    h1,h2,h3,h4,h5,h6{
    font-family: symbol ! important;
    }
    p,span,a,div{
    font-family: symbol ! important;
    } 
    In place of "symbol " you can put your font.
    This will fulfill your requirement.
     
  3. matrix777

    matrix777 Guest

    Joined:
    Jun 2, 2014
    Messages:
    8
    Likes Received:
    0
    What types of fonts are we limited to with the code above?
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41

Share This Page