From 43ced43cf18dd000374c8f19fc24c653b4c827eb Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 14 Jul 2020 21:46:41 +0200 Subject: [PATCH] [alacritty] adjusted font size --- alacritty/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 44fa346..e7774ce 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -139,7 +139,7 @@ font: style: Bold Italic # Point size - size: 9.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 spacing.