The introduction of Google's remote inter font resulted in different rendering fonts for Mac and Windows
Open
I Font Bug
- Dominant language
- HTML
- Stars
- 20.5k
- Forks
- 2.9k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 95
Description
**Describe the bug**
I introduced remote inter variable fonts using the font component in the Next14 version, but the final rendered fonts on Mac and Windows were different
**Expected behavior**
I don't know what the correct behavior is because I can't be sure if it's a problem on the Mac or on Windows right now
**Screenshots**
**Additional context**
The next version is 14, which introduces Google Remote font with font name Inter and code const Inter=Inter (){
subsets: ['latin'],
variable: '--font-inter',
weight: ['400', '500', '600', '700'],
display: 'swap',
adjustFontFallback: false,
});
Contributor guide
Assessment
This issue has not been assessed yet.