From ae4c9916987f20b39a84649817fd682f618f7d6d Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Fri, 11 Feb 2022 23:37:23 -0700 Subject: [PATCH] Changed default monospace font, Alacritty now respects default monospace font --- .config/alacritty/alacritty.yml | 12 ++++++++---- .config/fontconfig/conf.d/01-font.conf | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 73c3234..6be384e 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -101,7 +101,8 @@ font: # - (Linux/BSD) monospace # - (Windows) Consolas #family: Liberation Mono - family: Source Code Pro + #family: Source Code Pro + family: monospace # The `style` can be specified to pick a specific face. style: Regular @@ -113,7 +114,8 @@ font: # If the bold family is not specified, it will fall back to the # value specified for the normal font. #family: Liberation Mono - family: Source Code Pro + #family: Source Code Pro + family: monospace # The `style` can be specified to pick a specific face. style: Bold @@ -125,7 +127,8 @@ font: # If the italic family is not specified, it will fall back to the # value specified for the normal font. #family: Liberation Mono - family: Source Code Pro + #family: Source Code Pro + family: monospace # The `style` can be specified to pick a specific face. style: Italic @@ -137,7 +140,8 @@ font: # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. #family: Liberation Mono - family: Source Code Pro + #family: Source Code Pro + family: monospace # The `style` can be specified to pick a specific face. style: Bold Italic diff --git a/.config/fontconfig/conf.d/01-font.conf b/.config/fontconfig/conf.d/01-font.conf index 27aaf7e..0c7cc78 100644 --- a/.config/fontconfig/conf.d/01-font.conf +++ b/.config/fontconfig/conf.d/01-font.conf @@ -16,11 +16,11 @@ monospace - Source Code Pro + Noto Sans Mono - Source Code Pro + Noto Sans Mono monospace