Locking Dimensions and Font Fallbacks
CLS occurs when late-loading images, web fonts, or ads shift text during reading. Pre-allocate layout dimensions to guarantee zero movement.
0.000
Target CLS score across all viewports
- Always set aspect-ratio or explicit width/height on images
- Use font-display: optional or size-adjust for system font matching
- Reserve fixed min-height containers for dynamic widgets
VETERAN ARCHITECT TIP
Font swapping with font-display: swap can cause CLS; use size-adjust to match fallback x-heights exactly.