alacritty: fix fonts
la-ninpre leobrekalini@gmail.com
Tue, 18 May 2021 00:41:26 +0300
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
.config/alacritty/alacritty.yml
→
.config/alacritty/alacritty.yml
@@ -119,7 +119,7 @@ # Font family
# # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: JetBrainsMono + family: JetBrains Mono # The `style` can be specified to pick a specific face. style: Bold@@ -130,7 +130,7 @@ # Font family
# # If the italic family is not specified, it will fall back to the # value specified for the normal font. - family: JetBrainsMono + family: JetBrains Mono # The `style` can be specified to pick a specific face. style: Italic@@ -141,7 +141,7 @@ # Font family
# # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. - family: JetBrainsMono + family: JetBrains Mono # The `style` can be specified to pick a specific face. style: Bold Italic