From 94be3b03ba3b7060ade315121ddcaddab1d6f5a9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 23 Oct 2017 10:05:16 +0200 Subject: fix(dotfiles/alacritty): Slightly increase font size --- dotfiles/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/alacritty.yml') diff --git a/dotfiles/alacritty.yml b/dotfiles/alacritty.yml index 742b36d2295e..3135bf55add4 100644 --- a/dotfiles/alacritty.yml +++ b/dotfiles/alacritty.yml @@ -50,7 +50,7 @@ font: family: Input Mono # Point size of the font - size: 11.0 + size: 12.0 # 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. -- cgit 1.4.1