From 52a827d8f490f68ebded5361311fc1a3b27ebd82 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 5 Aug 2025 22:54:03 +0000 Subject: [PATCH] Change font to Courier New and add enhanced animations cgen-ea28785ea95c42bdb40a5cfc01e0c6e8 --- client/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/global.css b/client/global.css index 1376be50..304f68b6 100644 --- a/client/global.css +++ b/client/global.css @@ -77,7 +77,8 @@ body { @apply bg-background text-foreground; - font-family: 'Inter', system-ui, -apple-system, sans-serif; + font-family: 'Courier New', 'Courier', monospace; + letter-spacing: 0.025em; } html {