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