Replace mono font stack with Handjet from Google Fonts
Build & Deploy / build-and-deploy (push) Failing after 1m6s

This commit is contained in:
David Alvarez
2026-05-25 13:46:31 +02:00
parent b2eb99ec82
commit 8c1be9db03
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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;
}