1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 18:25:32 -04:00

Migrate to app router (#2254)

This commit is contained in:
2025-02-07 11:33:38 -05:00
committed by GitHub
parent e97613dda5
commit 8aabb4a66f
179 changed files with 4095 additions and 4951 deletions

View File

@@ -4,17 +4,18 @@ const GeistMono = GeistMonoLoader({
subsets: ["latin"],
display: "swap",
fallback: [
// https://github.com/system-fonts/modern-font-stacks#monospace-code
// https://github.com/primer/css/blob/4113637b3bb60cad1e2dca82e70d92ad05694399/src/support/variables/typography.scss#L37
"ui-monospace",
"'Cascadia Code'",
"'Source Code Pro'",
"SFMono-Regular",
"'SF Mono'",
"Menlo",
"Consolas",
"'DejaVu Sans Mono'",
"'Liberation Mono'",
"monospace",
],
adjustFontFallback: false,
preload: true,
variable: "--fonts-mono",
});
export default GeistMono;