Update the Alacritty font to be better for the DPI display on a macbook retina screen. will need to set this up to play nicer with different machines via a chezmoi template or whatever
This commit is contained in:
parent
ce298af068
commit
2744c1c6c8
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ font:
|
||||||
#style: Bold Italic
|
#style: Bold Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 11.0
|
size: 12.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# 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
|
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||||
|
|
Loading…
Reference in a new issue