geist-font icon indicating copy to clipboard operation
geist-font copied to clipboard

NPM Readme docs named import statement error for GeistSans and GeistMono

Open Seefer opened this issue 2 years ago • 0 comments

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';

Seefer avatar Nov 18 '23 18:11 Seefer