Decrease Alacritty font size
This commit is contained in:
parent
abe5c72c55
commit
be7d7ac45a
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue