all repos — dotfiles @ 4dac4f378df85d7673d3d6b2152d680aa72cfd56

personal dotfiles

alacritty: fix fonts
la-ninpre leobrekalini@gmail.com
Tue, 18 May 2021 00:41:26 +0300
commit

4dac4f378df85d7673d3d6b2152d680aa72cfd56

parent

aa959324abcaafb4f5b8b01baa8e7195d0f62d92

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