kitty: update font

This commit is contained in:
2024-06-10 10:59:55 +02:00
parent 450af8d7f7
commit 6c9d18c7c1

View File

@@ -6,23 +6,11 @@
#: individual font faces and even specify special fonts for particular #: individual font faces and even specify special fonts for particular
#: characters. #: characters.
font_family JetBrainsMono Nerd Font # kitty +list-fonts
# bold_font auto font_family JetBrainsMono NFM Bold
# italic_font auto bold_font JetBrainsMono NFM ExtraBold
# bold_italic_font auto italic_font JetBrainsMono NFM Bold Italic
bold_italic_font JetBrainsMono NFM ExtraBold Italic
#: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty
#: +list-fonts` command. By default they are derived automatically, by
#: the OSes font system. When bold_font or bold_italic_font is set to
#: auto on macOS, the priority of bold fonts is semi-bold, bold,
#: heavy. Setting them manually is useful for font families that have
#: many weight variants like Book, Medium, Thick, etc. For example::
#: font_family Operator Mono Book
#: bold_font Operator Mono Medium
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic
font_size 10 font_size 10
@@ -93,7 +81,7 @@ disable_ligatures cursor
#: implemented using the calt OpenType feature. For disabling general #: implemented using the calt OpenType feature. For disabling general
#: ligatures, use the font_features option. #: ligatures, use the font_features option.
# font_features font_features +calt +liga
#: E.g. font_features none #: E.g. font_features none
@@ -192,7 +180,7 @@ disable_ligatures cursor
#: curl oscillates. With sparse the curl will peak once per character, #: curl oscillates. With sparse the curl will peak once per character,
#: with dense twice. #: with dense twice.
text_composition_strategy 3 # text_composition_strategy 3
#: Control how kitty composites text glyphs onto the background color. #: Control how kitty composites text glyphs onto the background color.
#: The default value of platform tries for text rendering as close to #: The default value of platform tries for text rendering as close to