UNPKG

geist

Version:

Geist is a new font family for Vercel, created by Vercel in collaboration with Basement Studio.

8 lines (6 loc) 187 B
import localFont from "next/font/local"; export const GeistSans = localFont({ src: "./fonts/geist-sans/Geist-Variable.woff2", variable: "--font-geist-sans", weight: "100 900", });