vercel / geist-font

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

NPM Readme docs named import statement error for GeistSans and GeistMono #58

Open Seefer opened 10 months ago

Seefer commented 10 months ago

Font Name (Geist Sans/Geist Mono):

Description of the Issue: The Readme on NPM shows the following font import line under "With TailwindCSS" for the app/layout.js file:

import { GeistSans, GeistMono } from 'geist/font/sans'

Should this not be:

import { GeistSans, GeistMono } from 'geist/font';