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
Ngat Do
8,072 PointsIs 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
Ngat Do
8,072 PointsThanks for your help. When I cut these code then pasting them again and It was correct.
1 Answer
James Walsh
5,438 PointsGreat, glad i could help :)
James Walsh
5,438 PointsJames Walsh
5,438 PointsHey, have you also linked the Open sans font in your html or css file ? If not this could be the problem