website: redesign part 1

This commit is contained in:
nym21
2026-06-03 12:34:05 +02:00
parent 5f5563fece
commit 90e8741fb7
209 changed files with 23945 additions and 176 deletions
+9
View File
@@ -15,6 +15,7 @@
font-display: block;
}
/* Preloaded in index.html — keep URL in sync. */
@font-face {
font-family: Instrument;
src: url("/assets/fonts/InstrumentSerif-Regular.woff2") format("woff2");
@@ -29,6 +30,14 @@
font-display: block;
}
:root {
--font-mono:
"Lilex", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
"Liberation Mono", "Courier New", monospace;
--font-serif:
Instrument, Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
}
html {
font-family: var(--font-mono);
}