Build fails on Claude Code Web when project imports Google Fonts
Resolved 💬 3 comments Opened Feb 12, 2026 by natcasd Closed Feb 16, 2026
Summary
When using Claude Code on the web (claude.ai/code), builds fail when the project attempts to import Google Fonts because the build environment lacks web connectivity.
Steps to Reproduce
- Use Claude Code Web to make a frontend change on a project that imports Google Fonts
- Run
npm run build - Build fails due to inability to fetch Google Fonts
Expected Behavior
Since Claude Code Web runs in a web-connected environment, external resources like Google Fonts should be accessible during builds, or the build environment should handle this gracefully.
Actual Behavior
The build fails because it cannot establish a web connection to fetch Google Fonts.
Environment
- Claude Code Web (claude.ai/code)
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗