diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-15 13:10:40 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-15 13:10:40 +0100 |
commit | 37fdc5387972ef7df748ae217475d59912cbfef6 (patch) | |
tree | 193d3ead234fa5aaabd629b6493f7429bd117c4b /alacritty.yml | |
parent | 76db89f4c920b84ae411d59cec6f5d389e291612 (diff) |
Changes font for alacritty
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 |