Replace Handjet font with Press Start 2P from Google Fonts
Build & Deploy / build-and-deploy (push) Successful in 18s

This commit is contained in:
David Alvarez
2026-05-25 13:57:12 +02:00
parent b8cc11caf4
commit 1f55f63b99
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<title>Dostalgia</title> <title>Dostalgia</title>
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Handjet:wght@400;600;700&display=swap" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet" />
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
+1 -1
View File
@@ -34,7 +34,7 @@
--radius-sm: 4px; --radius-sm: 4px;
/* Typography */ /* Typography */
--font-mono: "Handjet", monospace; --font-mono: "Press Start 2P", monospace;
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
} }