From edc2b7d6921db10d09233ad49607d7dd626a64b6 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 24 Nov 2023 11:06:55 -0500 Subject: [PATCH] Increase terminal font size --- alacritty/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 9778264..30f4b3c 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -126,7 +126,7 @@ font: #style: Italic # Point size - size: 14.0 + size: 16.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.