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 trialMarian McCaskill
670 PointsThe challenge is telling me to use the "sans-serif" backup, but I believe that I have, and correctly.
Here is my CSS code.
h1 { font-family: 'raleway' sans-serif; margin: 15px 0; font-size: 2.75em; font-weight: normal; line-height: 0.8em; }
3 Answers
Marian McCaskill
670 PointsThank you for your help!
I tried again today and it said the answer was incorrect until I made sure nothing was capitalized with no comma and then it was ok.
Jake Holmes
457 PointsHi Marian,
Try adding a comma after 'raleway'. So it would be:
h1 { font-family: 'raleway', sans-serif; margin: 15px 0; font-size: 2.75em; font-weight: normal; line-height: 0.8em; }
taahrqqhar
14,147 Pointsyea sometimes litle mistakes like that can drive you crazy. always remember to look for the most basic things.. ps I love that font thats my favorite lol