codeedit.app icon indicating copy to clipboard operation
codeedit.app copied to clipboard

Add Inter font and update packages

Open iggy890 opened this issue 2 years ago • 3 comments

This PR closes this issue by changing the SF Pro Text font to the Inter font.

iggy890 avatar Mar 03 '23 17:03 iggy890

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
codeedit-app ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 3, 2023 at 9:18PM (UTC)

vercel[bot] avatar Mar 03 '23 17:03 vercel[bot]

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.

austincondiff avatar Mar 03 '23 17:03 austincondiff

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.

noClaps avatar Jan 07 '24 06:01 noClaps