From be7d7ac45ace5afffce61ff43f4d9cd2b94ce60a Mon Sep 17 00:00:00 2001 From: Nico Jensch Date: Sun, 20 Dec 2020 17:08:18 +0100 Subject: [PATCH] Decrease Alacritty font size --- etc/skel/.config/alacritty/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/skel/.config/alacritty/alacritty.yml b/etc/skel/.config/alacritty/alacritty.yml index 6709db0..697c525 100644 --- a/etc/skel/.config/alacritty/alacritty.yml +++ b/etc/skel/.config/alacritty/alacritty.yml @@ -89,7 +89,7 @@ scrolling: # Font configuration font: # Normal (roman) font face - size: 10 + size: 9 normal: # Font family # @@ -136,7 +136,7 @@ font: #style: Bold Italic # Point size - size: 11.0 + size: 9.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.