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
Problem Statement.app/layout.tsx imports Geist, Geist_Mono
via next/font/google. Some visitors might benefit from regional
subsetting (Noto Sans CJK etc.).
Why it matters. Fonts easily bloat the LCP payload.
Expected Outcome. Each route declares the locales it serves;
font files are subset by unicode-range.
Acceptance Criteria.
app/page.tsx declares preloads.
Network panel shows reduced subset for users with non-Latin
systems.
app/layout.tsximportsGeist, Geist_Monovia
next/font/google. Some visitors might benefit from regionalsubsetting (Noto Sans CJK etc.).
font files are subset by
unicode-range.app/page.tsxdeclares preloads.systems.
Frontend/src/app/layout.tsx.frontend,performance,i18n.