Align global display font with V3 spec

This commit is contained in:
OoO
2026-05-12 22:17:31 +08:00
parent e0809f2516
commit 26669a2c6a
2 changed files with 5 additions and 4 deletions

View File

@@ -197,7 +197,8 @@
* 6. Typography
* ════════════════════════════════════════════════════════ */
--momo-font-display:
"JetBrains Mono", "Space Mono", "SF Mono", Menlo, Consolas, monospace;
"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
"PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
--momo-font-family:
"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
"PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
@@ -425,7 +426,7 @@
.momo-display {
font-family: var(--momo-font-display);
font-feature-settings: "tnum", "ss01";
letter-spacing: -0.02em;
letter-spacing: 0;
}
.momo-label {

View File

@@ -295,7 +295,7 @@
font-size: 1.08rem;
font-weight: 800;
color: var(--momo-text-primary);
font-family: var(--momo-font-display);
font-family: var(--momo-font-mono, ui-monospace, monospace);
}
.cal-day__holiday {
@@ -443,7 +443,7 @@
.daily-mobile-day__date strong {
color: var(--momo-text-primary);
font-family: var(--momo-font-display);
font-family: var(--momo-font-mono, ui-monospace, monospace);
font-size: 1.25rem;
font-weight: 800;
line-height: 1;