diff options
-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 |