CodeEditApp / codeedit.app

https://codeedit.app
28 stars 13 forks source link

Add Inter font and update packages #33

Open iggy890 opened 1 year ago

iggy890 commented 1 year ago

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

vercel[bot] commented 1 year ago

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)
austincondiff commented 1 year ago

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 9 months ago

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.