web: change font

This commit is contained in:
2026-05-03 21:30:54 -07:00
parent 0b94d5b3fa
commit 0c0226e37e
2 changed files with 10 additions and 2 deletions

Binary file not shown.

View File

@@ -4,6 +4,14 @@
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "StalinistOne";
src: url("/StalinistOne-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
}
:root {
color-scheme: dark;
--background: 235 45% 4%;
@@ -57,8 +65,8 @@ textarea {
}
.sybil-wordmark {
font-family: "Orbitron", "Inter", sans-serif;
font-weight: 900;
font-family: "StalinistOne", "Orbitron", "Inter", sans-serif;
font-weight: 400;
letter-spacing: 0;
line-height: 1;
}