Skip to content

Commit

Permalink
fix(kitty): use mono font variant
Browse files Browse the repository at this point in the history
This was a nightmare to get working again as the font needed to be
patched as it had been depending on some kitty trickery where the actual
patched font wasn't used but the icons for the other fonts was used
instead.

So I had to get the font patcher fork from ryanoasis/nerd-fonts/issues/268
and patch it remembering to pass the --mono flag
  • Loading branch information
akinsho committed Oct 15, 2021
1 parent 1bd780d commit 929c607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# kitty list-fonts
# The default values shown below rely on your OS to choose an appropriate monospace font family.
font_family Fira Code Retina Nerd Font Complete Mono
italic_font Operator Mono Book Italic Nerd Font Complete
italic_font Operator Mono Book Italic Nerd Font Complete Mono
bold_font Operator Mono Bold Nerd Font Complete
bold_italic_font Operator Mono Bold Italic Nerd Font Complete

Expand Down

0 comments on commit 929c607

Please sign in to comment.