Align global display font with V3 spec
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user