"JavaScript Basics (Retired)" was retired on March 27, 2020.

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 Add Fonts

The 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

Thank 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.

Hi 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; }

yea 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