First concept
This commit is contained in:
1
node_modules/geist/dist/font.d.ts
generated
vendored
Normal file
1
node_modules/geist/dist/font.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from "../font";
|
||||
129
node_modules/geist/dist/font.js
generated
vendored
Normal file
129
node_modules/geist/dist/font.js
generated
vendored
Normal file
@@ -0,0 +1,129 @@
|
||||
import localFont from "next/font/local";
|
||||
|
||||
export const GeistSans = localFont({
|
||||
src: [
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-Thin.woff2",
|
||||
weight: "100",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-UltraLight.woff2",
|
||||
weight: "200",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-Light.woff2",
|
||||
weight: "300",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-Regular.woff2",
|
||||
weight: "400",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-Medium.woff2",
|
||||
weight: "500",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-SemiBold.woff2",
|
||||
weight: "600",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-Bold.woff2",
|
||||
weight: "700",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-Black.woff2",
|
||||
weight: "800",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-UltraBlack.woff2",
|
||||
weight: "900",
|
||||
style: "normal",
|
||||
},
|
||||
],
|
||||
variable: "--font-geist-sans",
|
||||
fallback: [
|
||||
"ui-sans-serif",
|
||||
"system-ui",
|
||||
"-apple-system",
|
||||
"BlinkMacSystemFont",
|
||||
"Inter",
|
||||
"Segoe UI",
|
||||
"Roboto",
|
||||
"sans-serif",
|
||||
"Apple Color Emoji",
|
||||
"Segoe UI Emoji",
|
||||
"Segoe UI Symbol",
|
||||
"Noto Color Emoji",
|
||||
],
|
||||
});
|
||||
|
||||
export const GeistMono = localFont({
|
||||
src: [
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-Thin.woff2",
|
||||
weight: "100",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-UltraLight.woff2",
|
||||
weight: "200",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-Light.woff2",
|
||||
weight: "300",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-Regular.woff2",
|
||||
weight: "400",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-Medium.woff2",
|
||||
weight: "500",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-SemiBold.woff2",
|
||||
weight: "600",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-Bold.woff2",
|
||||
weight: "700",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-Black.woff2",
|
||||
weight: "800",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-UltraBlack.woff2",
|
||||
weight: "900",
|
||||
style: "normal",
|
||||
},
|
||||
],
|
||||
variable: "--font-geist-mono",
|
||||
adjustFontFallback: false,
|
||||
fallback: [
|
||||
"ui-monospace",
|
||||
"SFMono-Regular",
|
||||
"Roboto Mono",
|
||||
"Menlo",
|
||||
"Monaco",
|
||||
"Liberation Mono",
|
||||
"DejaVu Sans Mono",
|
||||
"Courier New",
|
||||
"monospace",
|
||||
],
|
||||
});
|
||||
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Black.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Black.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Black.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Black.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-BlackItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-BlackItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-BlackItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-BlackItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Bold.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Bold.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Bold.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Bold.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-BoldItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-BoldItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-BoldItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-BoldItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-ExtraBoldItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-ExtraBoldItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-ExtraBoldItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-ExtraBoldItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-ExtraLightItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-ExtraLightItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-ExtraLightItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-ExtraLightItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Italic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Italic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Italic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Italic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Italic[wght].ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Italic[wght].ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Italic[wght].woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Italic[wght].woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Light.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Light.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Light.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Light.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-LightItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-LightItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-LightItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-LightItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Medium.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Medium.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Medium.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Medium.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-MediumItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-MediumItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-MediumItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-MediumItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Regular.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Regular.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Regular.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Regular.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-SemiBold.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-SemiBold.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-SemiBold.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-SemiBold.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-SemiBoldItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-SemiBoldItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-SemiBoldItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-SemiBoldItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Thin.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Thin.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Thin.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Thin.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-ThinItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-ThinItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-ThinItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-ThinItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-UltraBlack.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-UltraBlack.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-UltraBlack.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-UltraBlack.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-UltraLight.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-UltraLight.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-UltraLight.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-UltraLight.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Variable.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Variable.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Variable.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-mono/GeistMono-Variable.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-pixel/GeistPixel-Circle.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-pixel/GeistPixel-Circle.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-pixel/GeistPixel-Grid.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-pixel/GeistPixel-Grid.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-pixel/GeistPixel-Line.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-pixel/GeistPixel-Line.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-pixel/GeistPixel-Square.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-pixel/GeistPixel-Square.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-pixel/GeistPixel-Triangle.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-pixel/GeistPixel-Triangle.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Black.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Black.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Black.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Black.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-BlackItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-BlackItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-BlackItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-BlackItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Bold.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Bold.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Bold.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Bold.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-BoldItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-BoldItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-BoldItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-BoldItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-ExtraBoldItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-ExtraBoldItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-ExtraBoldItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-ExtraBoldItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-ExtraLightItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-ExtraLightItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-ExtraLightItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-ExtraLightItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Italic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Italic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Italic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Italic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Italic[wght].ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Italic[wght].ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Italic[wght].woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Italic[wght].woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Light.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Light.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Light.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Light.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-LightItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-LightItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-LightItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-LightItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Medium.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Medium.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Medium.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Medium.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-MediumItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-MediumItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-MediumItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-MediumItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Regular.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Regular.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Regular.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Regular.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-SemiBold.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-SemiBold.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-SemiBold.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-SemiBold.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-SemiBoldItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-SemiBoldItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-SemiBoldItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-SemiBoldItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Thin.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Thin.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Thin.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Thin.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-ThinItalic.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-ThinItalic.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-ThinItalic.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-ThinItalic.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-UltraBlack.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-UltraBlack.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-UltraBlack.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-UltraBlack.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-UltraLight.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-UltraLight.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-UltraLight.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-UltraLight.woff2
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Variable.ttf
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Variable.ttf
generated
vendored
Normal file
Binary file not shown.
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Variable.woff2
generated
vendored
Normal file
BIN
node_modules/geist/dist/fonts/geist-sans/Geist-Variable.woff2
generated
vendored
Normal file
Binary file not shown.
1
node_modules/geist/dist/mono-non-variable.d.ts
generated
vendored
Normal file
1
node_modules/geist/dist/mono-non-variable.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from "../font";
|
||||
64
node_modules/geist/dist/mono-non-variable.js
generated
vendored
Normal file
64
node_modules/geist/dist/mono-non-variable.js
generated
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
import localFont from "next/font/local";
|
||||
|
||||
export const GeistMonoNonVariable = localFont({
|
||||
src: [
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-Thin.woff2",
|
||||
weight: "100",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-UltraLight.woff2",
|
||||
weight: "200",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-Light.woff2",
|
||||
weight: "300",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-Regular.woff2",
|
||||
weight: "400",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-Medium.woff2",
|
||||
weight: "500",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-SemiBold.woff2",
|
||||
weight: "600",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-Bold.woff2",
|
||||
weight: "700",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-Black.woff2",
|
||||
weight: "800",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-mono/GeistMono-UltraBlack.woff2",
|
||||
weight: "900",
|
||||
style: "normal",
|
||||
},
|
||||
],
|
||||
variable: "--font-geist-mono-non-variable",
|
||||
adjustFontFallback: false,
|
||||
fallback: [
|
||||
"ui-monospace",
|
||||
"SFMono-Regular",
|
||||
"Roboto Mono",
|
||||
"Menlo",
|
||||
"Monaco",
|
||||
"Liberation Mono",
|
||||
"DejaVu Sans Mono",
|
||||
"Courier New",
|
||||
"monospace",
|
||||
],
|
||||
});
|
||||
1
node_modules/geist/dist/mono.d.ts
generated
vendored
Normal file
1
node_modules/geist/dist/mono.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from "../font";
|
||||
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",
|
||||
});
|
||||
7
node_modules/geist/dist/pixel.d.ts
generated
vendored
Normal file
7
node_modules/geist/dist/pixel.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { NextFontWithVariable } from "next/dist/compiled/@next/font";
|
||||
|
||||
export declare const GeistPixelSquare: NextFontWithVariable;
|
||||
export declare const GeistPixelGrid: NextFontWithVariable;
|
||||
export declare const GeistPixelCircle: NextFontWithVariable;
|
||||
export declare const GeistPixelTriangle: NextFontWithVariable;
|
||||
export declare const GeistPixelLine: NextFontWithVariable;
|
||||
96
node_modules/geist/dist/pixel.js
generated
vendored
Normal file
96
node_modules/geist/dist/pixel.js
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
import localFont from "next/font/local";
|
||||
|
||||
export const GeistPixelSquare = localFont({
|
||||
src: "./fonts/geist-pixel/GeistPixel-Square.woff2",
|
||||
variable: "--font-geist-pixel-square",
|
||||
weight: "500",
|
||||
fallback: [
|
||||
"Geist Mono",
|
||||
"ui-monospace",
|
||||
"SFMono-Regular",
|
||||
"Roboto Mono",
|
||||
"Menlo",
|
||||
"Monaco",
|
||||
"Liberation Mono",
|
||||
"DejaVu Sans Mono",
|
||||
"Courier New",
|
||||
"monospace",
|
||||
],
|
||||
adjustFontFallback: false,
|
||||
});
|
||||
|
||||
export const GeistPixelGrid = localFont({
|
||||
src: "./fonts/geist-pixel/GeistPixel-Grid.woff2",
|
||||
variable: "--font-geist-pixel-grid",
|
||||
weight: "500",
|
||||
fallback: [
|
||||
"Geist Mono",
|
||||
"ui-monospace",
|
||||
"SFMono-Regular",
|
||||
"Roboto Mono",
|
||||
"Menlo",
|
||||
"Monaco",
|
||||
"Liberation Mono",
|
||||
"DejaVu Sans Mono",
|
||||
"Courier New",
|
||||
"monospace",
|
||||
],
|
||||
adjustFontFallback: false,
|
||||
});
|
||||
|
||||
export const GeistPixelCircle = localFont({
|
||||
src: "./fonts/geist-pixel/GeistPixel-Circle.woff2",
|
||||
variable: "--font-geist-pixel-circle",
|
||||
weight: "500",
|
||||
fallback: [
|
||||
"Geist Mono",
|
||||
"ui-monospace",
|
||||
"SFMono-Regular",
|
||||
"Roboto Mono",
|
||||
"Menlo",
|
||||
"Monaco",
|
||||
"Liberation Mono",
|
||||
"DejaVu Sans Mono",
|
||||
"Courier New",
|
||||
"monospace",
|
||||
],
|
||||
adjustFontFallback: false,
|
||||
});
|
||||
|
||||
export const GeistPixelTriangle = localFont({
|
||||
src: "./fonts/geist-pixel/GeistPixel-Triangle.woff2",
|
||||
variable: "--font-geist-pixel-triangle",
|
||||
weight: "500",
|
||||
fallback: [
|
||||
"Geist Mono",
|
||||
"ui-monospace",
|
||||
"SFMono-Regular",
|
||||
"Roboto Mono",
|
||||
"Menlo",
|
||||
"Monaco",
|
||||
"Liberation Mono",
|
||||
"DejaVu Sans Mono",
|
||||
"Courier New",
|
||||
"monospace",
|
||||
],
|
||||
adjustFontFallback: false,
|
||||
});
|
||||
|
||||
export const GeistPixelLine = localFont({
|
||||
src: "./fonts/geist-pixel/GeistPixel-Line.woff2",
|
||||
variable: "--font-geist-pixel-line",
|
||||
weight: "500",
|
||||
fallback: [
|
||||
"Geist Mono",
|
||||
"ui-monospace",
|
||||
"SFMono-Regular",
|
||||
"Roboto Mono",
|
||||
"Menlo",
|
||||
"Monaco",
|
||||
"Liberation Mono",
|
||||
"DejaVu Sans Mono",
|
||||
"Courier New",
|
||||
"monospace",
|
||||
],
|
||||
adjustFontFallback: false,
|
||||
});
|
||||
1
node_modules/geist/dist/sans-non-variable.d.ts
generated
vendored
Normal file
1
node_modules/geist/dist/sans-non-variable.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from "../font";
|
||||
52
node_modules/geist/dist/sans-non-variable.js
generated
vendored
Normal file
52
node_modules/geist/dist/sans-non-variable.js
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
import localFont from "next/font/local";
|
||||
|
||||
export const GeistSansNonVariable = localFont({
|
||||
src: [
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-Thin.woff2",
|
||||
weight: "100",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-UltraLight.woff2",
|
||||
weight: "200",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-Light.woff2",
|
||||
weight: "300",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-Regular.woff2",
|
||||
weight: "400",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-Medium.woff2",
|
||||
weight: "500",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-SemiBold.woff2",
|
||||
weight: "600",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-Bold.woff2",
|
||||
weight: "700",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-Black.woff2",
|
||||
weight: "800",
|
||||
style: "normal",
|
||||
},
|
||||
{
|
||||
path: "./fonts/geist-sans/Geist-UltraBlack.woff2",
|
||||
weight: "900",
|
||||
style: "normal",
|
||||
},
|
||||
],
|
||||
variable: "--font-geist-sans-non-variable",
|
||||
});
|
||||
1
node_modules/geist/dist/sans.d.ts
generated
vendored
Normal file
1
node_modules/geist/dist/sans.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export * from "../font";
|
||||
7
node_modules/geist/dist/sans.js
generated
vendored
Normal file
7
node_modules/geist/dist/sans.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import localFont from "next/font/local";
|
||||
|
||||
export const GeistSans = localFont({
|
||||
src: "./fonts/geist-sans/Geist-Variable.woff2",
|
||||
variable: "--font-geist-sans",
|
||||
weight: "100 900",
|
||||
});
|
||||
Reference in New Issue
Block a user