Header Font Weight Discrepency
-
I styled this site meticulously with the getwid blocks, and it’s looking good but there is one very annoying problem with the site title in the header…
The title should always remain the same on any page and the style should not change. I styled .site-title with font-weight:700, and it looks correct on every page of the site except for two of the pages and a couple of random posts.
The inspector shows of course that the css isn’t any different in the header when viewing different parts of the site, and yet the font-weight is lighter on these pages and posts.
I can’t for the life of me figure out why the header font would be different in any part of the site! Any tips please?!I’m using the google font Montserrat.
.site-title {
font-family: “Montserrat”,sans-serif;
font-size:3rem;
font-weight:700;
line-height:1.5;
text-transform: uppercase
}The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.