diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index fe5834d..5f9d4e6 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -86,7 +86,7 @@ font: # - (macOS) Menlo # - (Linux) monospace # - (Windows) Consolas - family: Iosevka + family: monospace # The `style` can be specified to pick a specific face. #style: Regular @@ -97,7 +97,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: Iosevka + family: monospace # The `style` can be specified to pick a specific face. #style: Bold @@ -108,7 +108,7 @@ font: # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - family: Iosevka + family: monospace # The `style` can be specified to pick a specific face. #style: Italic