From 5de39fc39845b8bf1c1c2fd276a4e646bcbf9c6f Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 16 Mar 2026 21:22:14 -0400 Subject: [PATCH] Update marketing site fonts to Razor Geometric treatment Switch from Space Grotesk / DM Sans / JetBrains Mono to Outfit / Lexend / Fira Code for a tighter, sharper aesthetic. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/marketing/src/layouts/Layout.astro | 2 +- apps/marketing/src/styles/global.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/marketing/src/layouts/Layout.astro b/apps/marketing/src/layouts/Layout.astro index 1f8581c37..f993112e4 100644 --- a/apps/marketing/src/layouts/Layout.astro +++ b/apps/marketing/src/layouts/Layout.astro @@ -41,7 +41,7 @@ const { title, description = "Fabro is the open source dark software factory for {title} diff --git a/apps/marketing/src/styles/global.css b/apps/marketing/src/styles/global.css index f2b76db40..4c113dc62 100644 --- a/apps/marketing/src/styles/global.css +++ b/apps/marketing/src/styles/global.css @@ -18,9 +18,9 @@ --color-amber: #F0A45B; --color-coral: #E86B6B; - --font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif; - --font-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif; - --font-mono: "JetBrains Mono", ui-monospace, monospace; + --font-display: "Outfit", ui-sans-serif, system-ui, sans-serif; + --font-sans: "Lexend", ui-sans-serif, system-ui, sans-serif; + --font-mono: "Fira Code", ui-monospace, monospace; --animate-float: float 8s ease-in-out infinite; --animate-pulse-glow: pulse-glow 4s ease-in-out infinite;