From 031cfdb07fd85f23450df10cdd6b905b3c905089 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 18 Oct 2020 21:13:42 +0200 Subject: Changed alacritty font size --- .config/alacritty/alacritty.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index af33c38..309b43c 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -139,7 +139,8 @@ font: #style: Bold Italic # Point size - size: 11.0 + # size: 11.0 + size: 12.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. -- cgit v1.2.3