style(design): FINDING-001 — replace system UI font stack with IBM Plex Sans

This commit is contained in:
Garfield
2026-06-12 12:53:25 -04:00
parent 9a4ce986be
commit cbdf1a795f

View File

@@ -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;