Add custom font

This commit is contained in:
Tibo De Peuter 2023-10-11 22:39:54 +02:00
parent 69f948a469
commit 0753356f01
5 changed files with 44 additions and 20 deletions

View file

@ -8,10 +8,10 @@ include ./themes/tdpeuter-dark.conf
#: individual font faces and even specify special fonts for particular
#: characters.
# font_family monospace
# bold_font auto
# italic_font auto
# bold_italic_font auto
font_family Letter Extended
bold_font Letter Semibold Extended
italic_font Letter Extended Oblique
bold_italic_font Letter Semibold Extended Oblique
#: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty
@ -77,7 +77,7 @@ include ./themes/tdpeuter-dark.conf
#: narrow_symbols codepoints [optionally the number of cells]
# disable_ligatures never
disable_ligatures always
#: Choose how you want to handle multi-character ligatures. The
#: default is to always render them. You can tell kitty to not render
@ -363,7 +363,7 @@ touch_scroll_multiplier 2.0
#: much effort.
url_color #94E2D5
url_style stright
url_style straight
#: The color and style for highlighting URLs on mouse-over. url_style
#: can be one of: none, straight, double, curly, dotted, dashed.