Skip to content

Commit

Permalink
Changed where font settings were declared in kitty.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ambertia committed Oct 2, 2024
1 parent 97882eb commit cd4daa9
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
#: kitty has very powerful font management. You can configure
#: individual font faces and even specify special fonts for particular
#: characters.

font_family Iosevka NF, Noto Color Emoji
bold_font Iosevka NF ExtraBold
italic_font Iosevka NF Italic
bold_italic_font Iosevka NF ExtraBold Italic
# font_family Iosevka NF
# bold_font auto
# italic_font auto
# bold_italic_font auto

#: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty
Expand All @@ -24,7 +23,7 @@ bold_italic_font Iosevka NF ExtraBold Italic
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic

font_size 10.0
# font_size 10.0

#: Font size (in pts).

Expand Down Expand Up @@ -2481,3 +2480,11 @@ background_opacity 0.5
# Default
include $HOME/.cache/wal/colors-kitty.conf
# END_KITTY_THEME

# BEGIN_KITTY_FONTS
font_family family="Iosevka Nerd Font"
bold_font auto
italic_font auto
bold_italic_font auto
font_size 10.0
# END_KITTY_FONTS

0 comments on commit cd4daa9

Please sign in to comment.