Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS How to Make a Website Customizing Colors and Fonts Resize Text

Ilonka Hofmann
Ilonka Hofmann
4,916 Points

font-weight: normal; overrides my font style

When I added this rule to the h1 class: font-weight: normal; The font now doesn't display in bold, I understand the reason but I'm unsure how to re-add the bold styling that I want or whether I should just omit the rule and let it default to bold or whether I should specify the H1 font to the bold version (900). Font family: font-family: 'Roboto', sans-serif;

http://fonts.googleapis.com/css?family=Indie+Flower|Roboto:300,500,900' rel='stylesheet

Vitor Freitas
Vitor Freitas
3,579 Points

You would have to post your code for us to help.

2 Answers

Either delete font-weight:normal or set it to the weight you want, it shouldn't matter, the result will be the same. Just so your not repeating yourself, you should delete it.