• Misak79

    (@misak79)


    Hi! I’m using Google Fonts for my blog theemergingdesigner.com that uses the Bueno Woo theme.

    I would like to change the font where the title of the post goes. I cannot tell which is the h1, h2, h4. Each time I try (e.g. h1 changes the sidebar) and it messes up the entire look of the blog.

    2 questions:

    1. How do I change the font and what’s the hierarchy
    2. How to I change the size

Viewing 4 replies - 1 through 4 (of 4 total)
  • esmi

    (@esmi)

    I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s vendors.
    http://www.woothemes.com/support/

    tanjapetro

    (@tanjapetro)

    Try this at the bottom of your style.css:

    @import url(http://fonts.googleapis.com/css?family=Pompiere);
    
    h1.title a {
    font-size: 24px;
    font-family: 'Pompiere', cursive;
    }

    This example is using the Google font Pompiere.

    tanjapetro

    (@tanjapetro)

    @esmi:

    Please accept my sincerest apologies. I did not know that help was only available for free themes. Sorry.

    Thread Starter Misak79

    (@misak79)

    Thanks for the feedback. For some reason, it still doesn’t work when I add it to the style sheet or the custom style sheet.

    Any other thoughts? I am using the Google Plugin so should be able to add it to there, but nothing is happening.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change text font when using Google Fonts’ is closed to new replies.