kitty: update font
This commit is contained in:
@@ -6,23 +6,11 @@
|
||||
#: individual font faces and even specify special fonts for particular
|
||||
#: characters.
|
||||
|
||||
font_family JetBrainsMono Nerd Font
|
||||
# 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
|
||||
#: +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
|
||||
# kitty +list-fonts
|
||||
font_family JetBrainsMono NFM Bold
|
||||
bold_font JetBrainsMono NFM ExtraBold
|
||||
italic_font JetBrainsMono NFM Bold Italic
|
||||
bold_italic_font JetBrainsMono NFM ExtraBold Italic
|
||||
|
||||
font_size 10
|
||||
|
||||
@@ -93,7 +81,7 @@ disable_ligatures cursor
|
||||
#: implemented using the calt OpenType feature. For disabling general
|
||||
#: ligatures, use the font_features option.
|
||||
|
||||
# font_features
|
||||
font_features +calt +liga
|
||||
|
||||
#: E.g. font_features none
|
||||
|
||||
@@ -192,7 +180,7 @@ disable_ligatures cursor
|
||||
#: curl oscillates. With sparse the curl will peak once per character,
|
||||
#: with dense twice.
|
||||
|
||||
text_composition_strategy 3
|
||||
# text_composition_strategy 3
|
||||
|
||||
#: Control how kitty composites text glyphs onto the background color.
|
||||
#: The default value of platform tries for text rendering as close to
|
||||
|
||||
Reference in New Issue
Block a user