-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fonts intermittently don't load in development environment #61
Comments
It seems to work fine with --turbo but happens when not using turbo. |
Another related issue for the fetch failure - vercel/next.js#45080 |
@jbritain - so there are two issues here -
For 1., I have pushed this fix #95 but for 2., there isn't a clean fix yet (vercel/next.js#45080) but there's a workaround, just delete you |
This still does not work for me, using curl via the terminal works fine so it's not a network issue |
I had this fetch problem only in development and I fixed it using the |
Deleting the I am running |
I finally got this to happen to me as well. I've made a pr to switch entirely to local fonts. #137 |
Sometimes when running
yarn dev
, the console throws up the following errorsThe result of this is that the site resorts to using the default
serif
font, as shownApart from the fact that the fonts don't load, we ought to also ensure that the fallback font is a sans serif font as opposed to a serif one.
The text was updated successfully, but these errors were encountered: