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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user