Font Style

Discussion in 'BlackBird WordPress Theme' started by wavebass, Feb 21, 2013.

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

    wavebass New Member

    Joined:
    Dec 7, 2012
    Messages:
    5
    Likes Received:
    0
    How can I change all monospaces font to Arial?

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Can you please explain your problem with the help of screenshot, where you want to change the font type, so that we can give you the exact solution.
     
  3. wavebass

    wavebass New Member

    Joined:
    Dec 7, 2012
    Messages:
    5
    Likes Received:
    0
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. wavebass

    wavebass New Member

    Joined:
    Dec 7, 2012
    Messages:
    5
    Likes Received:
    0
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .content-bar p {
    font-family: arial;
    }
     
    .textwidget p {
    font-family: arial;
    }
     
    .tagcloud {
    font-family: arial ! important;
    }
     
    .footer .widget_inner a {
    font-family: arial;
    }
    
    This will solve your issue.
     
  7. wavebass

    wavebass New Member

    Joined:
    Dec 7, 2012
    Messages:
    5
    Likes Received:
    0
    Perfect! It works.
     
Thread Status:
Not open for further replies.

Share This Page