fix: Fixed mono font

This commit is contained in:
Doug 2024-11-11 23:48:15 -05:00
parent 4a275b166e
commit 1ee6db7bec

View file

@ -8,7 +8,7 @@ const geistSans = localFont({
weight: "100 900",
});
const geistMono = localFont({
src: "../../public/fonts/GeistVF.woff",
src: "../../public/fonts/GeistMonoVF.woff",
variable: "--font-geist-mono",
weight: "100 900",
});