diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-05-18 00:41:26 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-05-18 00:41:26 +0300 |
| commit | 4dac4f378df85d7673d3d6b2152d680aa72cfd56 (patch) | |
| tree | 6e62504cfb15ad12089d963c54a96f9ffdef109e | |
| parent | aa959324abcaafb4f5b8b01baa8e7195d0f62d92 (diff) | |
| download | dotfiles-4dac4f378df85d7673d3d6b2152d680aa72cfd56.tar.gz dotfiles-4dac4f378df85d7673d3d6b2152d680aa72cfd56.zip | |
alacritty: fix fonts
| -rw-r--r-- | .config/alacritty/alacritty.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index aaa2eee..a3dfc9c 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -119,7 +119,7 @@ font: # # 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: # # 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: # # 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 |
