From b5fe43b9af1985453f794131911fd3cb1d38b327 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 18 Sep 2022 20:39:10 +0930 Subject: [PATCH] update to font size in alacritty --- .config/alacritty/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index b0d803c..5e06403 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -17,7 +17,7 @@ window: # Background Opacity set as a float value between 0 and 1 with 0 # being totally opache and 1 being totally transparent. opacity: 0.7 - + # Window dimensions (changes require restart) # # Specified in number of columns/lines, not pixels. @@ -189,7 +189,7 @@ font: style: Bold Italic # Point size - size: 12.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.