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

Can't continue, says I need to add sans serif as a backup, but pretty sure I am

h1 { font-family: 'Roboto Condensed', 'sans-serif'; }

Any thoughts? Thanks

4 Answers

You guys are fast. That worked. Thanks!

Dylan Grey Aksomitas
PLUS
Dylan Grey Aksomitas
Courses Plus Student 15,083 Points

No problem!

I'm not sure if I'm allowed to link to stackoverflow, so I apologize to the mods if that's the case, but here's a topic that discusses why you shouldn't quote generic font families.

http://stackoverflow.com/questions/7638775/do-i-need-to-wrap-quotes-around-font-family-names-in-css

Nice, that is helpful, thanks.