What is the default font used in the Blackbird theme?

Discussion in 'BlackBird WordPress Theme' started by louanncovi, Aug 2, 2013.

  1. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    What is the default font used in the Blackbird theme? If I create another new website using this template, how would I change the font throughout to a new font?
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    body,h1,h2,h3,h4,h5,h6,a, span,ul, li,p,.searchform input[type="text"],#submit{
    font-family:symbol ! important;
    }
    Inplace of "symbol" you can put your font.
    This will solve your issue.
     
  3. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    Thank you. Can you tell me what default font(s) were used in the Blackbird theme?
    LouAnn
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    There are various font used in this theme. These are given below.
    1. "Rokkitt" font is used for the header tag, but at some place "Rokkitt" is used for the paragraph (p) tag.
    2. Mostly paragraph (p) tag is used "Trebuchet MS" font.
    3. "Verdana" is used for the anchor (a) tag.
     

Share This Page