diff --git a/web/app/layout.tsx b/web/app/layout.tsx index a125c51..aabfc7a 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -9,7 +9,8 @@ const mono = JetBrains_Mono({ subsets: ["latin"], variable: "--font-mono" }); const fraunces = Fraunces({ subsets: ["latin"], variable: "--font-display", - weight: ["400", "600", "700", "900"], + // No explicit `weight` → next/font treats this as a variable font and + // exposes the full weight range via CSS. `axes` requires variable mode. axes: ["SOFT", "WONK"], });