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