feat(kitty): specify font and fallback font
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Font
|
# Font
|
||||||
font_family JetBrainsMono Nerd Font
|
# font_family JetBrainsMono Nerd Font Mono
|
||||||
font_size 14.0
|
font_size 14.0
|
||||||
|
|
||||||
disable_ligatures never
|
disable_ligatures never
|
||||||
@@ -23,3 +23,12 @@ cursor_trail_start_threshold 1
|
|||||||
# Catppuccin-Mocha
|
# Catppuccin-Mocha
|
||||||
include Catppuccin-Mocha.conf
|
include Catppuccin-Mocha.conf
|
||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|
||||||
|
|
||||||
|
# BEGIN_KITTY_FONTS
|
||||||
|
font_family family='JetBrainsMono Nerd Font Mono' postscript_name=JetBrainsMonoNFM-Regular
|
||||||
|
fallback_family family='JetBrainsMono Nerd Font'
|
||||||
|
bold_font auto
|
||||||
|
italic_font auto
|
||||||
|
bold_italic_font auto
|
||||||
|
# END_KITTY_FONTS
|
||||||
|
|||||||
Reference in New Issue
Block a user