From 6c9d18c7c17350ae7174040e5af1052bc7d4200f Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 10 Jun 2024 10:59:55 +0200 Subject: [PATCH] kitty: update font --- files/kitty/.config/kitty/kitty.conf | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/files/kitty/.config/kitty/kitty.conf b/files/kitty/.config/kitty/kitty.conf index 3a6505e..1a53f25 100644 --- a/files/kitty/.config/kitty/kitty.conf +++ b/files/kitty/.config/kitty/kitty.conf @@ -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