-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Google Fonts are not loading #35
Comments
It's most probably a browser issue, not google fonts. I guess you don't see the inter font on the demo page? What version of firefox are you using? Preload works for firefox 85 onwards. https://caniuse.com/?search=preload |
I am using latest Firefox@88, and it is not a browser issue. onLoad on |
Ok this is the related issue: vercel/next.js#12984 Without the Anyway, I am good with upgrading to next.js 10.2 and use their recommended automatic webfont optimization |
I have just installed inter font on my pc, Now it is showing correctly for me. |
Bumped up nextjs to 10.2 and use the recommended automatic font optimization. This should fix the issue. |
Google fonts don't have
onLoad="this.media='all'"
Firefox Dev Tools:
The text was updated successfully, but these errors were encountered: