Text & Fonts — Quiz

Answer all 5 questions, then submit. You need 60% to pass. Log in to save progress.

Question 1
Why does font-family usually list several fonts?
A To show all of them at once
B As fallbacks — if one isn't available the browser tries the next
C It's required to have three
D To make the text bigger
Question 2
Which unit scales with the user's base font size and is preferred for body text?
A px
B rem
C pt
D cm
Question 3
What is a comfortable line-height for body text?
A 1.0
B About 1.5–1.6
C 3.0
D 0.5
Question 4
What is the minimum recommended size for body text?
A 10px
B 12px
C 16px (1rem)
D 24px
Question 5
How do you use a Google web font?
A It works automatically
B Link it in the head, then name it in font-family
C Install it on every visitor's computer
D Use the webfont property