fix: Change stat-value font from JetBrains Mono to Inter
The stylized '0' in JetBrains Mono was being confused with '8'. Changed to Inter with tabular-nums for clearer number display. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -321,10 +321,11 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stat-card .stat-value {
|
.stat-card .stat-value {
|
||||||
font-family: 'JetBrains Mono', monospace;
|
font-family: 'Inter', system-ui, -apple-system, sans-serif;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--realcv-gray-900);
|
color: var(--realcv-gray-900);
|
||||||
|
font-variant-numeric: tabular-nums;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stat-card .stat-label {
|
.stat-card .stat-label {
|
||||||
@@ -1110,7 +1111,8 @@ h1:focus {
|
|||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--realcv-accent);
|
color: var(--realcv-accent);
|
||||||
font-family: 'JetBrains Mono', monospace;
|
font-family: 'Inter', system-ui, -apple-system, sans-serif;
|
||||||
|
font-variant-numeric: tabular-nums;
|
||||||
}
|
}
|
||||||
|
|
||||||
.auth-stat-label {
|
.auth-stat-label {
|
||||||
|
|||||||
Reference in New Issue
Block a user