feat: unify typography with tabular-nums for stable number alignment

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-15 19:45:52 +01:00
parent f2e5f23b18
commit 1e776c1c9a
2 changed files with 16 additions and 3 deletions

View File

@@ -34,13 +34,15 @@
--ticker-height: 36px;
--ticker-speed: 30s;
--ticker-bg: rgba(0, 0, 0, 0.85);
--font-primary: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
--font-numbers: 'Segoe UI', 'Roboto Mono', 'SF Mono', 'Consolas', monospace;
}
/* ========================================
Base Styles
======================================== */
body {
font-family: Arial, sans-serif;
font-family: var(--font-primary);
margin: 0;
padding: 0;
background-color: var(--color-bg);