From 2d42cdecd84249392a140f907be39586172eddfd Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 6 May 2021 10:41:24 -0700 Subject: [PATCH] alacritty: Increase font size Note: Disable font smoothing to make this actually look good. --- alacritty/darwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty/darwin.yml b/alacritty/darwin.yml index 0235125..1da1a21 100644 --- a/alacritty/darwin.yml +++ b/alacritty/darwin.yml @@ -22,7 +22,7 @@ font: family: Iosevka Term # Point size of the font - size: 12 + size: 13 # 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.