From d37a3a87c3fbcebced9b41288e169403ba3a6066 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 25 Aug 2020 18:41:48 +0200 Subject: [PATCH] [alacritty] Switched font to Iosevka --- alacritty/alacritty.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.