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