-
Notifications
You must be signed in to change notification settings - Fork 14
Add Inter font and update packages #33
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
You are not pulling in Inter. The way you have it, the user would need to have it installed on their system. We need to pull Inter in from Google Fonts. In order to do this, we need to do this how Next.js recommends you do it here.
noClaps
commented
Jan 7, 2024
You are not pulling in Inter. The way you have it, the user would need to have it installed on their system. We need to pull Inter in from Google Fonts. In order to do this, we need to do this how Next.js recommends you do it here.
Actually, the creator of Inter recommends against using Google Fonts since it doesn't have italics. The recommended way is to either self-host the files from Releases, or to use his CDN distribution.
Uh oh!
There was an error while loading. Please reload this page.
This
PR
closes this issue by changing theSF Pro Text
font to theInter
font.