-
Performance
Fix my web font loading
Stop fonts from blocking render or causing text flashes: subset, preload, and self-host where it counts.
Free Prompt
What This Does / How This Helps
This fixes web font loading: trimmed weights, woff2, font-display swap, preloading just the critical files, and fallback metrics that prevent layout jumps. Fonts are an invisible performance tax. Loaded wrong, they either block rendering entirely or leave users staring at blank text, and a swap with badly matched fallbacks makes the whole page jump seconds after it looked finished. AI-generated templates typically load full font families from a CDN with default settings, which is all three problems at once. The fixes are small, mechanical, and immediately visible in the load waterfall.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).