diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-13 17:09:00 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-13 17:09:00 +0100 |
commit | 94c5bf0f4af7ef113aade0b74b4cb71923b557c0 (patch) | |
tree | 1f82b9e08011d371fc25a71d7f25042429380b0f | |
parent | fa1d53bd2891b5ff1a0dedbba685e7700dd1ccae (diff) |
Put alacritty back to a sensible font - and leave it there!
-rw-r--r-- | alacritty_desktop.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty_desktop.yml b/alacritty_desktop.yml index c55fd74..4aff911 100644 --- a/alacritty_desktop.yml +++ b/alacritty_desktop.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 |