Applying Typekit fonts

  • Posted in : Editor
  • btfitz
    Participant

    Hi there–love the theme. I’m trying to use custom fonts and finally had some success with the plugin Typekit Fonts for WordPress…..I’m trying to use the font ‘eurostile’ for my menus, headlines and headers. When I add the following Custom CSS to my site (blog.fitzgeraldphoto.com), I see that the blog headlines, categories and body text have changed. I can’t see how to change the font for the navigation menu nor for the names of the tags and categories that displays below each blog post headline.

    Lastly, I can’t seem to change the size of the font used for my blog post headlines…..even when I change the size of the font in the css code it has no effect. Hoping you have some ideas? Than k you. Here is the CSS I’m using currently:

    h1, h2, h3, h4, h5, h6 {
    font-family: “eurostile”,sans-serif;
    font-style: normal;
    font-weight: 500;
    }

    body {
    font-family: “eurostile”,sans-serif;
    font-style: normal;
    font-weight: 400;
    }

    serkan
    Moderator

    Hi, You can use these custom css codes;

    .nav-menu, .entry-meta, .entry-header { font-family: “eurostile”,sans-serif; }
    @media screen and (min-width: 768px) { .blog-regular .entry-header h1 { font-size: 2.1em; }

    Thanks

    btfitz
    Participant

    Thanks, Serkan. That worked perfectly. I’m now using a different custom font, but your solution certainly worked.

    serkan
    Moderator

    You’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

    btfitz
    Participant

    Thanks. Will do!

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register