From cbdf1a795f5c3cf040ff9f1858c79fb5f5e0ffd8 Mon Sep 17 00:00:00 2001 From: Garfield Date: Fri, 12 Jun 2026 12:53:25 -0400 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-001=20=E2=80=94=20repl?= =?UTF-8?q?ace=20system=20UI=20font=20stack=20with=20IBM=20Plex=20Sans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/styles.css b/docs/styles.css index 35aeb18..8f8ac72 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap'); + *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { @@ -14,7 +16,7 @@ } body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; + font-family: 'IBM Plex Sans', system-ui, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6;