From be53599ec9e972f210f6ef126d39c423396ae116 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 15 Mar 2019 14:00:21 +0100 Subject: [PATCH] set alacritty to use monospace font --- .config/alacritty/alacritty.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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