From 6c47a7967fe2eeace7d813e64177a641c6a7c0ea Mon Sep 17 00:00:00 2001 From: "Simeon.Schecter" Date: Mon, 9 Mar 2026 23:35:29 -0400 Subject: [PATCH] style: switch primary typeface from DM Sans to Space Grotesk Geometric grotesque with equipment personality. Keeps JetBrains Mono for data text. Base size stays 12px. Co-Authored-By: Claude Opus 4.6 --- frontend/index.html | 2 +- frontend/src/index.css | 2 +- frontend/tailwind.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index bf317b7..12a9827 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - + diff --git a/frontend/src/index.css b/frontend/src/index.css index e0d6358..48813ff 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -4,7 +4,7 @@ @layer base { html { - font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif; + font-family: 'Space Grotesk', system-ui, -apple-system, BlinkMacSystemFont, sans-serif; font-size: 12px; } } \ No newline at end of file diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index c480482..65d2a32 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -7,7 +7,7 @@ export default { theme: { extend: { fontFamily: { - sans: ['"DM Sans"', 'system-ui', '-apple-system', 'BlinkMacSystemFont', 'sans-serif'], + sans: ['"Space Grotesk"', 'system-ui', '-apple-system', 'BlinkMacSystemFont', 'sans-serif'], mono: ['"JetBrains Mono"', 'ui-monospace', 'SFMono-Regular', 'monospace'], }, colors: {