update to font size in alacritty

This commit is contained in:
Solomon Laing 2022-09-18 20:39:10 +09:30
parent aa1b9cb7df
commit b5fe43b9af

View File

@ -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.