First concept
This commit is contained in:
19
node_modules/geist/dist/mono.js
generated
vendored
Normal file
19
node_modules/geist/dist/mono.js
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import localFont from "next/font/local";
|
||||
|
||||
export const GeistMono = localFont({
|
||||
src: "./fonts/geist-mono/GeistMono-Variable.woff2",
|
||||
variable: "--font-geist-mono",
|
||||
adjustFontFallback: false,
|
||||
fallback: [
|
||||
"ui-monospace",
|
||||
"SFMono-Regular",
|
||||
"Roboto Mono",
|
||||
"Menlo",
|
||||
"Monaco",
|
||||
"Liberation Mono",
|
||||
"DejaVu Sans Mono",
|
||||
"Courier New",
|
||||
"monospace",
|
||||
],
|
||||
weight: "100 900",
|
||||
});
|
||||
Reference in New Issue
Block a user