5 hands-on exercises and 5 find-the-bug challenges for the CSS Font Family lesson. Every one is checked automatically in the browser — write the code, run it, and the tests tell you what still fails.
Use Arial with a sans-serif fallback on #text.
Use 'Times New Roman' with a serif fallback.
Georgia, then 'Times New Roman', then serif.
Set #title to monospace.
Monospace heading, Arial body.
A stack should end in a generic family.
A serif font should fall back to serif, not sans-serif.
Ready to write the code?
The editor, the automatic checks and the worked solutions open up with an account.
Open the workspaceFamilies in a stack are separated by commas.
The generic family is monospace.
The heading should be the monospace one.