vercel / geist-font

https://vercel.com/font
SIL Open Font License 1.1
2.13k stars 54 forks source link

Publish a CSS file with the fonts? #21

Closed omar2205 closed 8 months ago

omar2205 commented 8 months ago

Font Name (Geist Sans/Geist Mono):

Description of the Issue: It would be helpful to have a CSS file to load the fonts. I want to use it from a CDN like unpkg.com (like so https://unpkg.com/browse/geist@1.0.0/dist/font.css) where font.css loads the font files.

michael-andreuzza commented 8 months ago

+1

JohnPhamous commented 8 months ago

We do not recommend using the font in your website/application through a CDN. To learn more check out the next/font documentation: https://nextjs.org/docs/pages/building-your-application/optimizing/fonts

omar2205 commented 8 months ago

Most of the projects I work on aren't React/Nextjs.

JohnPhamous commented 8 months ago

We recommend self-hosting the font with your website. Which framework are you using?

omar2205 commented 8 months ago

Vanilla or Svelte/Sveltekit. It's fine, I will self-host 😅.

Have a nice day :)