fix: Fixed mono font
This commit is contained in:
parent
4a275b166e
commit
1ee6db7bec
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const geistSans = localFont({
|
||||||
weight: "100 900",
|
weight: "100 900",
|
||||||
});
|
});
|
||||||
const geistMono = localFont({
|
const geistMono = localFont({
|
||||||
src: "../../public/fonts/GeistVF.woff",
|
src: "../../public/fonts/GeistMonoVF.woff",
|
||||||
variable: "--font-geist-mono",
|
variable: "--font-geist-mono",
|
||||||
weight: "100 900",
|
weight: "100 900",
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue