Change Font Family globally

Discussion in 'Blackriders WordPress Theme' started by jtb925, Nov 18, 2013.

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

    jtb925 New Member

    Joined:
    Nov 12, 2013
    Messages:
    9
    Likes Received:
    2
    How do I change the font family globally to Arial

    thanks
     
    amaconline likes this.
  2. amaconline

    amaconline Member

    Joined:
    Feb 17, 2013
    Messages:
    217
    Likes Received:
    6
    Go to Appearance -> Theme Options -> Styling Options and type the following:

    body {
    font-family:Arial;
    }

    This will solve the problem. If it does not then wait for one of the professional to answer your question.

    Thank you
     
  3. 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, p, a, li{
    font-family:arial!important;
    }
     
    jtb925 likes this.
  4. jtb925

    jtb925 New Member

    Joined:
    Nov 12, 2013
    Messages:
    9
    Likes Received:
    2
    That did it. Awesome thanks.
     
Thread Status:
Not open for further replies.

Share This Page