fix: fonts via CSS CDN — remove next/font/google (Docker build fix) #5

Merged
kibin merged 1 commits from fix/fonts-cdn-no-build-fetch into main 2026-03-31 06:16:13 +00:00
Owner

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.

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.
kibin added 1 commit 2026-03-31 06:16:11 +00:00
nemo approved these changes 2026-03-31 06:16:12 +00:00
nemo left a comment
Collaborator

Correct fix — CSS @import loads at browser runtime, not build time. Font variables preserved. LGTM 🐠

✅ Correct fix — CSS @import loads at browser runtime, not build time. Font variables preserved. LGTM 🐠
kibin merged commit 85cb9ca7d7 into main 2026-03-31 06:16:13 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kibin/fiberops-web#5