steven-tey / precedent

An opinionated collection of components, hooks, and utilities for your Next.js project.
https://precedent.dev
MIT License
4.65k stars 406 forks source link

error - Failed to download `Inter` from Google Fonts. Using fallback font instead. #51

Open trentaholding opened 1 year ago

trentaholding commented 1 year ago

error - Failed to download Inter from Google Fonts. Using fallback font instead.

Tried running this app as bare as it came with no configuration and this happens within my codespace.

merzainc commented 10 months ago

Most probably it's your internet connection. The project uses Inter font from google fonts being loaded using next/fonts package.

SmartChain-AI commented 10 months ago

Most probably it's your internet connection. The project uses Inter font from google fonts being loaded using next/fonts package.

I'm getting the same error. My internet is fine for everything on my pc, including apps I build and run locally, yet I still get this error for Inter. Why would my internet block google fonts and nothing else?

vignesh-gupta commented 9 months ago

Most probably it's your internet connection. The project uses Inter font from google fonts being loaded using next/fonts package.

I'm getting the same error. My internet is fine for everything on my pc, including apps I build and run locally, yet I still get this error for Inter. Why would my internet block google fonts and nothing else?

Hey there, I sometimes face same issue. Here is what I do to solve it - I have npkill install to I use that to delete the node_module file and then reinstall using pnpm i.