You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
landing: drop Google Fonts preload + trim weights to 5
psi-swarm diagnose flagged the Google Fonts CSS chain as a 351ms
render-blocker even with the preload + onload swap pattern in place —
`rel=preload as=style` still kicks off a high-priority fetch on the
critical path. Removed the preload tag; the media=print onload swap is
enough by itself. Trimmed weights from 11 woff2 files (400-700 × 3
faces) to 5 (Space Grotesk 600, Inter 400/600, JetBrains 500), which is
all the landing actually uses. System stack covers the moment before
the swap completes — Tailwind tokens cascade through gracefully.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments