use atkinson hyperlegible next font

This commit is contained in:
2025-11-20 17:26:50 +01:00
parent 6fdb515289
commit a085df81b4
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
--color-foreground-dimmed: color-mix(in srgb, var(--color-foreground), transparent 40%);
/* --color-accent: #0692aa; */
--max-width: 900px;
--font-base-size: 20px;
--font-base-size: 1.25rem;
}
@media (prefers-color-scheme: dark) {
@@ -19,8 +19,7 @@
}
body {
/* font-family: "JetBrains Mono"; */
font-family: "Atkinson Hyperlegible";
font-family: "Atkinson Hyperlegible Next";
display: grid;
grid-template-rows: auto 1fr auto;
min-height: 100svh;