From 6b58e56c77ed0cae66fd7132ccaba5b927c0c5dd Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 28 Jul 2023 09:21:08 +0200 Subject: [PATCH] kitty use noto mono nerd font --- home/.config/kitty/kitty.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.config/kitty/kitty.conf b/home/.config/kitty/kitty.conf index 9491aaa..891757e 100644 --- a/home/.config/kitty/kitty.conf +++ b/home/.config/kitty/kitty.conf @@ -1,12 +1,12 @@ # vim:fileencoding=utf-8:foldmethod=marker -#: Fonts {{{ +Fonts {{{ #: kitty has very powerful font management. You can configure #: individual font faces and even specify special fonts for particular #: characters. -# font_family monospace +font_family NotoMono Nerd Font Mono # bold_font auto # italic_font auto # bold_italic_font auto @@ -184,7 +184,7 @@ #: arrive at a pixel value. There must be four values corresponding to #: thin, normal, thick, and very thick lines. -#: }}} +}}} #: Cursor customization {{{