fix(dotfiles/alacritty): Slightly increase font size
This commit is contained in:
parent
55d35fc19b
commit
94be3b03ba
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ font:
|
||||||
family: Input Mono
|
family: Input Mono
|
||||||
|
|
||||||
# Point size of the font
|
# 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
|
# 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.
|
# as modifying the linespacing, and offset.x as modifying the letter spacing.
|
||||||
|
|
Loading…
Reference in a new issue