1
0
Fork 0

alacritty: Increase font size

Note: Disable font smoothing to make this actually look good.
This commit is contained in:
Jeremy Kaplan 2021-05-06 10:41:24 -07:00
commit 2d42cdecd8

View file

@ -22,7 +22,7 @@ font:
family: Iosevka Term
# Point size of the font
size: 12
size: 13
# 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.