aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/terminal/README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/templates/terminal/README.md b/templates/terminal/README.md
index 6e33872..fc5831c 100644
--- a/templates/terminal/README.md
+++ b/templates/terminal/README.md
@@ -37,7 +37,14 @@ insists on ANSI 8 for dim text.
Foreground on background drops from 21:1 (pure white on pure black) to 9.92:1.
Both are well clear of the threshold; Macchiato is softer by design.
-## Not changed
+## Font
-Kitty's font is still `CommitMono Nerd Font Mono`. Terminal font choice is
-personal and was not part of the theming brief.
+Kitty now uses `Inconsolata Nerd Font Mono`, matching the monospace font used
+everywhere else. The setting lives inside the `BEGIN_KITTY_FONTS` block, which
+is managed by kitty's own font kitten; a stale commented-out `font_family` line
+above it was removed at the same time, since it looked authoritative but did
+nothing.
+
+Size is unchanged at 13.0. Inconsolata is a narrower face than CommitMono, so
+it reads slightly smaller at the same nominal size; waybar needed a 2px bump
+for the same reason.