From 988f6705c2622178fa6661ece0f22edce37f6d94 Mon Sep 17 00:00:00 2001 From: = Date: Sun, 12 Jul 2020 10:22:26 +0100 Subject: [PATCH] update font size --- alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty.yml b/alacritty.yml index 39425de..12b7e52 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -72,7 +72,7 @@ font: style: Medium Italic # Point size of the font - size: 10.0 + size: 11.0 # Offset is the extra space around each character. offset.y can be thought of # as modifying the linespacing, and offset.x as modifying the letter spacing.