summaryrefslogtreecommitdiff
path: root/src/pages/404.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/404.astro')
-rw-r--r--src/pages/404.astro8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/pages/404.astro b/src/pages/404.astro
index d08dd78..671fe4f 100644
--- a/src/pages/404.astro
+++ b/src/pages/404.astro
@@ -19,14 +19,10 @@ const description = "Page not found";
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
</head>
- <body
- class="h-screen flex items-center justify-center bg-white"
- style="font-family: 'Inter', system-ui, -apple-system, sans-serif; line-height: 1.7;"
- >
+ <body class="h-screen flex items-center justify-center bg-white">
<main class="text-center px-6">
<h1
- class="text-8xl font-light tracking-tight mb-8 text-gray-300"
- style="font-family: 'JetBrains Mono', monospace;"
+ class="text-8xl font-light tracking-tight mb-8 text-gray-300 font-mono"
>
404
</h1>