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 CSS Basics (2014) Understanding Values and Units Fonts and Line Height Review

Ondrej Moravcik
Ondrej Moravcik
15,223 Points

Incorrect answer in a quiz

Q: By default, users viewing our websites do not need to have the fonts we use installed on their computer.

I have chosen "Yes" because some fonts are on PC by default and there is no need to install them. If font is missing, fallback font is used. I haven't seen a machine without any fonts used also for web browsing or ordinary tasks users do on a PC...

If you don't have the particular font, it only means the result won't be probably so nice as the author designed it - that's all...

1 Answer

Andrew Larson
Andrew Larson
12,912 Points

While some fonts are available on a machine, it will vary based on operating system, region, etc. So while your right if you list a fallback font they will use that, but if you neglect to include a fall back it will not work. Also as a designer you don't generally want to use the fallback fonts unless absolutely necessary.