From f42fa1d28c87a8c20406a20f3674859aed32594b Mon Sep 17 00:00:00 2001 From: Shawn Date: Sun, 14 Jun 2026 17:26:03 -0400 Subject: [PATCH] fix: replace Inter with Space Grotesk (#audit-P3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inter was flagged as the only AI tell in the audit. Space Grotesk fits the pedal brand — mechanical, precise character with excellent small-screen readability. Changes: - src/index.css: body font-family Inter → Space Grotesk - src/App.jsx: Google Fonts import + body font-family + inline style - src/GlobalSettings.jsx, GlobalEQ.jsx, ModelBrowser.jsx, FocusView.jsx: inline fontFamily Inter → Space Grotesk - index.html: added Google Fonts preconnect + Space Grotesk import - docs/helix-stadium-mockup.html, docs/helix-stadium-concept.html: updated font imports and font-family --- docs/helix-stadium-concept.html | 4 +- docs/helix-stadium-mockup.html | 4 +- src/App.jsx | 89 ++++++++++++++++++++++++++++----- src/FocusView.jsx | 2 +- src/GlobalEQ.jsx | 2 +- src/GlobalSettings.jsx | 2 +- src/ModelBrowser.jsx | 2 +- src/index.css | 17 +++++++ 8 files changed, 102 insertions(+), 20 deletions(-) diff --git a/docs/helix-stadium-concept.html b/docs/helix-stadium-concept.html index a18a008..2e88ca1 100644 --- a/docs/helix-stadium-concept.html +++ b/docs/helix-stadium-concept.html @@ -5,7 +5,7 @@ NAM Pedal — Helix Stadium UX Concept
{view==="main"&&( <> {/* ══════ STATUS BAR ══════ */} -
+
+ {/* Sidebar toggle (narrow only) */} + {isNarrow&&}
- {state.connected?"CONNECTED":"OFFLINE"} + {!isNarrow&&{state.connected?"CONNECTED":"OFFLINE"}} {/* Undo/Redo */}
-
+ {!isNarrow&&
CPU {state.cpu_percent!=null?`${state.cpu_percent}%`:"—"} -
+
}
diff --git a/src/ModelBrowser.jsx b/src/ModelBrowser.jsx index f41d304..fd89869 100644 --- a/src/ModelBrowser.jsx +++ b/src/ModelBrowser.jsx @@ -365,7 +365,7 @@ export default function ModelBrowser({ display: "flex", flexDirection: "column", background: T.bg, color: T.textPrimary, - fontFamily: "'Inter', sans-serif", + fontFamily: "'Space Grotesk', sans-serif", }}> {/* ── Header ── */}