Family Quote by Anonymous
““The web browser will only be able to apply a font if it is available to it, which is not always the case. HTML code writers may list in preferential order font families to use when rendering text. The font list is separated by commas (as shown above).””
About This Quote
Source Technical Documentation: Web Development Guide, 2020
Browsers can only use fonts that are installed or accessible; developers list fallback fonts in order of preference to ensure text displays correctly.
In simple terms: Browsers need available fonts; list fallbacks.
Provide fallback fonts in CSS.
Themes
Mood
Type
When to use this quote
- website design
- email newsletters
- cross‑platform apps
Key Concepts
Questions to Reflect On
- Do you test your site on devices without your primary font?
- How many fallback fonts do you need for reliable rendering?
If no fallback fonts are installed, text may default to an undesired system font.