From 8c1be9db03d5f4ec62b7f66f65c3f4c6bc56dffe Mon Sep 17 00:00:00 2001 From: David Alvarez Date: Mon, 25 May 2026 13:46:31 +0200 Subject: [PATCH] Replace mono font stack with Handjet from Google Fonts --- frontend/index.html | 3 +++ frontend/src/app.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index 1f85178..0cacac6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,6 +5,9 @@ Dostalgia + + +
diff --git a/frontend/src/app.css b/frontend/src/app.css index 0a57402..5cd6e0a 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -34,7 +34,7 @@ --radius-sm: 4px; /* Typography */ - --font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace; + --font-mono: "Handjet", monospace; --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; }