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 trialEric Jackson
7,502 PointsCan'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
Dylan Grey Aksomitas
Courses Plus Student 15,083 PointsHi Eric, try removing the quotes from sans-serif.
Eric Jackson
7,502 PointsYou guys are fast. That worked. Thanks!
Dylan Grey Aksomitas
Courses Plus Student 15,083 PointsNo 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
Eric Jackson
7,502 PointsNice, that is helpful, thanks.