diff options
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 62a4759..a3823ce 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -132,8 +132,8 @@ font: # - (Linux/BSD) monospace # - (Windows) Consolas #family: Iosevka Nerd Font - #family: Hack Nerd Font Mono - family: Terminus + family: Hack Nerd Font Mono + #family: Terminus # The `style` can be specified to pick a specific face. #style: Regular @@ -172,7 +172,7 @@ font: #style: Bold Italic # Point size - size: 9 + size: 8 # 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 |