summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kitty.conf12
1 files changed, 8 insertions, 4 deletions
diff --git a/kitty.conf b/kitty.conf
index 0bffc9f..68baf6e 100644
--- a/kitty.conf
+++ b/kitty.conf
@@ -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
#: }}}
#: }}}
+
+