diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-31 17:16:29 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-31 17:16:29 +0100 |
commit | 126a8dfef06fa69a314b8ba8c8ff8d23f1cc13ab (patch) | |
tree | ad72348a066f44c28e495d6e6e079fa8baa17e90 | |
parent | 27cb780cf5ee42491594b3cea6643c2e67a4703e (diff) |
Changes font to hack very small
-rw-r--r-- | alacritty.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/alacritty.toml b/alacritty.toml index 8b6a542..c32aafa 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -15,11 +15,12 @@ bindings = [ ] [font] -size = 13 +size = 9 [font.normal] #family = "monospace" -family = "Iosevka Nerd Font Mono" +#family = "Iosevka Nerd Font Mono" +family = "Hack" style = "Regular" [font.bold] |