From 62c82159a7b1dd794c20eed1dbd79a760d6476d4 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Fri, 28 May 2021 00:14:38 -0600 Subject: [PATCH] Changed Alacritty font --- .config/alacritty/alacritty.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index cb3db86..8558f02 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -97,7 +97,8 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: Liberation Mono + #family: Liberation Mono + family: Source Code Pro # The `style` can be specified to pick a specific face. style: Regular @@ -108,7 +109,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: Liberation Mono + family: Source Code Pro # The `style` can be specified to pick a specific face. style: Bold @@ -119,7 +121,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: Liberation Mono + family: Source Code Pro # The `style` can be specified to pick a specific face. style: Italic @@ -130,7 +133,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: Liberation Mono + family: Source Code Pro # The `style` can be specified to pick a specific face. style: Bold Italic