Change font family

Discussion in 'BlackBird WordPress Theme' started by wavebass, Apr 2, 2014.

  1. wavebass

    wavebass New Member

    Joined:
    Dec 7, 2012
    Messages:
    5
    Likes Received:
    0
    We need change the fonts family signed in the attach screenshot to Arial. Can you help me?

    Grazie!
     

    Attached Files:

  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:
    .header-info p {
    font-family: symbol;
    }
    .footer_bottom .footer_bottom_inner span {
    font-family: symbol;
    } 
    In place of "symbol" you can put your font.
    This will solve your issue.
     

Share This Page