UX Guideline: Performance — Font Loading. Platform: Web. Description: Web fonts can block rendering. Do: Use font-display swap or optional. Don't: Invisible text during font load. Good Example: font-display: swap. Bad Example: FOIT (Flash of Invisible Text). Severity: Medium.