diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index e7774ce..ee604f1 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -100,7 +100,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: Hermit + family: Iosevka # The `style` can be specified to pick a specific face. style: Regular @@ -111,7 +111,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: Hermit + # family: Hermit # The `style` can be specified to pick a specific face. style: Bold @@ -122,7 +122,7 @@ font: # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - family: Hermit + # family: Hermit # The `style` can be specified to pick a specific face. style: Italic @@ -133,13 +133,13 @@ font: # # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. - family: Hermit + # family: Hermit # The `style` can be specified to pick a specific face. style: Bold Italic # Point size - size: 10.0 + size: 12.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 spacing.