diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-03-14 16:58:08 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-09-07 17:29:40 +0200 |
| commit | 52ce9bf040edba6a440e417e1049400ee7997bca (patch) | |
| tree | 0a9e8eb6192deaca629107a0ea0faae579e41e66 | |
| parent | c3c9bf9bbbc98d2b4c6bd4177ae32664da070b27 (diff) | |
| download | dots-52ce9bf040edba6a440e417e1049400ee7997bca.tar.gz | |
kitty: Change to NotoSansMono Nerd Font as default font
| -rw-r--r-- | kitty.conf | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -6,10 +6,12 @@ #: individual font faces and even specify special fonts for particular #: characters. -# font_family monospace -# bold_font auto -# italic_font auto -# bold_italic_font auto +# BEGIN_KITTY_FONTS +font_family family="NotoSansM Nerd Font Mono" +bold_font auto +italic_font auto +bold_italic_font auto +# END_KITTY_FONTS #: You can specify different fonts for the bold/italic/bold-italic #: variants. The easiest way to select fonts is to run the `kitten @@ -2682,3 +2684,5 @@ shell $HOME/.local/bin/fish #: }}} #: }}} + + |