fix(theme): use font-family for section-label mono font

This commit is contained in:
kbot
2026-07-06 20:09:15 -05:00
parent 637cb7cdaa
commit b21a83c548

View File

@@ -187,7 +187,7 @@
} }
.section-label { .section-label {
font: var(--font-mono); font-family: var(--font-mono);
font-size: 11px; font-size: 11px;
letter-spacing: 0.16em; letter-spacing: 0.16em;
text-transform: uppercase; text-transform: uppercase;