Use static font for correct bold display

This commit is contained in:
2026-08-03 11:21:14 -07:00
parent 84bed0b4f9
commit 5cb93aee95
2 changed files with 22 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -17,7 +17,7 @@ body {
/* ---------- 1. one face everywhere ---------- */
body {
--my-mono: "iA Writer Mono V", "JetBrains Mono", "Berkeley Mono", var(--font-monospace-default);
--my-mono: "iA Writer Mono S", "JetBrains Mono", "Berkeley Mono", var(--font-monospace-default);
/* Minimal's theme-level vars, skip the interface */
--font-text-theme: var(--my-mono);