2025-11-13 13:13:34 -07:00

8 lines
187 B
JavaScript

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