geist-font
geist-font copied to clipboard
NPM Readme docs named import statement error for GeistSans and GeistMono
Font Name (Geist Sans/Geist Mono):
- [*] 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';