Impact Severity: Low Module: `stellarflow-frontend/src/app/fonts.ts` ## Description: Eliminate external Google Font render-blocking network requests by bundling fonts at build time. ## Technical Requirements: - [x] Configure `next/font/google` for `Inter/Roboto` Mono font families - [x] Eliminate layout shift (`font-display: swap`) - [x] Zero runtime render-blocking font HTTP requests
Impact Severity: Low
Module:
stellarflow-frontend/src/app/fonts.tsDescription:
Eliminate external Google Font render-blocking network requests by bundling fonts at build time.
Technical Requirements:
Configure
next/font/googleforInter/RobotoMono font familiesEliminate layout shift (
font-display: swap)Zero runtime render-blocking font HTTP requests