How can I change the feature content headers?

Discussion in 'BlackBird WordPress Theme' started by mhoneycutt, Jul 19, 2013.

  1. mhoneycutt

    mhoneycutt New Member

    Joined:
    Jan 23, 2013
    Messages:
    3
    Likes Received:
    0
    I have the Lato google fonts being imported and would like that to be the font universally, however, I am still getting sans-serif as the feature content headers, newsletter header, blog header and all other headers used throughout the site. Any idea how to change this?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. mhoneycutt

    mhoneycutt New Member

    Joined:
    Jan 23, 2013
    Messages:
    3
    Likes Received:
    0
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Note: Paste it just at the top.


    Code:
    @import url(http://fonts.googleapis.com/css?family=Lato);
    h1, h2, h3, h4, h5, h6 {
    font-family:Lato!important;
    }
    
     

Share This Page