From e9149f0de8179a4b05ce77832f4d69b93cf2e548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kmie=C4=87?= Date: Mon, 26 Jul 2021 00:24:44 +0200 Subject: [PATCH] Alacritty: switch to latin modern mono font --- .config/alacritty/alacritty.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index f520e05..a718d15 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -111,7 +111,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: xos4 Terminus + family: Latin Modern Mono # The `style` can be specified to pick a specific face. style: Regular @@ -122,10 +122,10 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: Latin Modern Mono Caps # The `style` can be specified to pick a specific face. - style: Bold + #style: Bold # Italic font face italic: @@ -144,13 +144,13 @@ font: # # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. - #family: monospace + family: Latin Modern Mono Caps # The `style` can be specified to pick a specific face. - style: Bold Italic + style: Oblique # Point size - size: 8.0 + size: 10.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter