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

HTML

Is there wrong in my code?

This is the requirement of Add Google Fonts Set the size of your H1 to 1.75em and the weight to normal. and this is my code: h1{ font-family: 'Open Sans',sans-serif; font-size: 1.75em; font-weight: normal; } I don't know why I am wrong. Thanks your helps

Hey, have you also linked the Open sans font in your html or css file ? If not this could be the problem

Thanks for your help. When I cut these code then pasting them again and It was correct.

1 Answer

Great, glad i could help :)