diff options
author | ThanosApollo <[email protected]> | 2022-10-18 23:12:31 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-18 23:12:31 +0300 |
commit | a1ef93450c0843d5c6b41e521d04ca280493c4db (patch) | |
tree | 257bd9f4f6034fb7f4dcd7fb44c4469b62ed6d4b /.config | |
parent | 05f6ee5fdc4605fd1edfc67b16ca01c24b89d4df (diff) |
Update font size
Diffstat (limited to '.config')
-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 a2fb161..b6eb3f9 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -156,7 +156,7 @@ font: style: Bold Italic # Point size - size: 11.0 + size: 15.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 |