Decrease Alacritty font size

This commit is contained in:
Nico Jensch 2020-12-20 17:08:18 +01:00
parent abe5c72c55
commit be7d7ac45a
1 changed files with 2 additions and 2 deletions

View File

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