Change fonts

Discussion in 'SwiftRay WordPress Theme' started by maatla, Jul 1, 2013.

  1. maatla

    maatla New Member

    Joined:
    Jun 30, 2013
    Messages:
    15
    Likes Received:
    0
    How do I change fonts in Swiftray theme?

    Thanks :)
     
  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, fieldset{
    font-family:symbol;
    }
    a{
    font-family:symbol;
    }
    Inplace of "symbol" put your font type.
     

Share This Page