diff options
author | ThanosApollo <[email protected]> | 2022-11-26 23:27:20 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-26 23:27:20 +0200 |
commit | 3c770c9e08701174c14d1a886802672094c58ef7 (patch) | |
tree | 3f6980ead6d6c75cf00aef2625171f9a82ab2677 /.config/alacritty | |
parent | 4ffe5c85ea5abc301ca9cf6e96e9cf224288eaa0 (diff) |
Change font size
Diffstat (limited to '.config/alacritty')
-rw-r--r-- | .config/alacritty/alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 2bcf2a3..fbb5849 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -157,7 +157,7 @@ font: style: Bold Italic # Point size - size: 15.0 + size: 12.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 |