Change terminal font to Iosevka Term

This commit is contained in:
coolneng 2019-11-25 01:11:52 +01:00
parent f56fdb28d0
commit 3711b25225
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 5 deletions

View File

@ -6,10 +6,10 @@
#: individual font faces and even specify special fonts for particular
#: characters.
font_family Termsyn Regular
bold_font Termsyn Bold
italic_font auto
bold_italic_font auto
font_family Iosevka Term
bold_font Iosevka Term Bold
italic_font Iosevka Term Italic
bold_italic_font Iosevka Term Bold Italic
#: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty
@ -230,7 +230,7 @@ pointer_shape_when_grabbed arrow
#: Performance tuning {{{
repaint_delay 10
repaint_delay 30
#: Delay (in milliseconds) between screen updates. Decreasing it,
#: increases frames-per-second (FPS) at the cost of more CPU usage.