UX Guideline: Typography — Font Loading. Platform: Web. Description: Fonts should load without layout shift. Do: Reserve space with fallback font. Don't: Layout shift when fonts load. Good Example: font-display: swap + similar fallback. Bad Example: No fallback font. Severity: Medium.