fix: fonts via CSS CDN — remove next/font/google (Docker build fix) #5
Reference in New Issue
Block a user
Delete Branch "fix/fonts-cdn-no-build-fetch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
next/font/google downloads fonts at build time — fails in Docker build containers with no outbound internet. Switch to CSS @import from Google Fonts CDN (runtime load). No visual change.
✅ Correct fix — CSS @import loads at browser runtime, not build time. Font variables preserved. LGTM 🐠