From 1f55f63b99d41fdf7d27f2c503a4ac6723f03a9a Mon Sep 17 00:00:00 2001 From: David Alvarez Date: Mon, 25 May 2026 13:57:12 +0200 Subject: [PATCH] Replace Handjet font with Press Start 2P from Google Fonts --- frontend/index.html | 2 +- frontend/src/app.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 0cacac6..9093ce6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7,7 +7,7 @@ Dostalgia - +
diff --git a/frontend/src/app.css b/frontend/src/app.css index 5cd6e0a..0bd2e58 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -34,7 +34,7 @@ --radius-sm: 4px; /* Typography */ - --font-mono: "Handjet", monospace; + --font-mono: "Press Start 2P", monospace; --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; }