From 6eaffba434df36e9a724ebaa87f6121297278a14 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 11 Sep 2026 11:01:30 +0200 Subject: feat: use Inconsolata for kitty as well Brings the terminal onto the same monospace font as the rest of the desktop. The live setting is inside the BEGIN_KITTY_FONTS block managed by kitty's font kitten; a stale commented-out font_family line above it was removed, since it looked authoritative but had no effect. Size left at 13.0. Inconsolata reads slightly smaller than CommitMono at the same nominal size, the same difference that needed a 2px bump in waybar. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq --- templates/terminal/README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'templates/terminal') 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. -- cgit v1.2.3