mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
The build fetches Inter font TTFs from fonts.gstatic.com at build time. Vercel's build environment cannot reach Google servers (ETIMEDOUT), causing the entire deployment to fail. Bundle the fonts as local files and read them from disk instead.