diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-01 11:35:03 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-01 11:35:03 +0100 |
commit | 7c031caddc171248b09c64e2a6f1223d5709d8a6 (patch) | |
tree | 7846df85614a0b3a4b7de112c625714615207d4a | |
parent | 8c2230e11a068d6565c9ce0a02fdb8a909963e45 (diff) |
Fixed alacritty fonts
-rw-r--r-- | alacritty.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty.toml b/alacritty.toml index e453a86..fbdbd6b 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -25,7 +25,7 @@ style = "Regular" [font.bold] #family = "monospace" -family = "Iosevka Nerd Font Mono" +family = "Hack" style = "Bold" [font.italic] |