diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-27 20:17:27 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-27 20:17:51 +0100 |
commit | cfa94e09a08e91c51768bfa84e1586c8a1ed1f95 (patch) | |
tree | e4736ef68a085fd001b3b4b76102d2c4392880db /alacritty.yml | |
parent | e1ca4840180638e15c358ef45411bd5644b6ed48 (diff) |
Font
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/alacritty.yml b/alacritty.yml index a3823ce..2f2f33b 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -131,8 +131,8 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - #family: Iosevka Nerd Font - family: Hack Nerd Font Mono + family: Iosevka Nerd Font + #family: Hack Nerd Font Mono #family: Terminus # The `style` can be specified to pick a specific face. @@ -172,7 +172,7 @@ font: #style: Bold Italic # Point size - size: 8 + size: 10 # 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 |