From 77ae70468bc73e104ae52e300f2de895c438f02a Mon Sep 17 00:00:00 2001 From: rain Date: Wed, 26 Aug 2026 15:02:03 -0400 Subject: [PATCH] kitty: switch font from FiraMono Nerd Font to Maple Mono NF --- dot_config/kitty/other.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dot_config/kitty/other.conf b/dot_config/kitty/other.conf index 75a8a63..cf619d5 100644 --- a/dot_config/kitty/other.conf +++ b/dot_config/kitty/other.conf @@ -2,7 +2,7 @@ font_size 14.0 cursor #cccccc cursor_shape beam # Fonts are custom to me, you may need to change/modify them -font_family FiraMono Nerd Font -bold_font FiraMono Nerd Font -italic_font FiraMono Nerd Font -bold_italic_font FiraMono Nerd Font +font_family Maple Mono NF +bold_font Maple Mono NF +italic_font Maple Mono NF +bold_italic_font Maple Mono NF