aboutsummaryrefslogtreecommitdiff
path: root/alacritty.toml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty.toml')
-rw-r--r--alacritty.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/alacritty.toml b/alacritty.toml
index fb40a5a..4d1f1a6 100644
--- a/alacritty.toml
+++ b/alacritty.toml
@@ -3,10 +3,10 @@ history = 100000
multiplier = 10
[font]
-normal = { family = "Iosevka NF", style = "Regular"}
-bold = { family = "Iosevka NF", style = "Regular"}
-italic = { family = "Iosevka NF", style = "Regular"}
-bold_italic = { family = "Iosevka NF", style = "Regular"}
+normal = { family = "ComicShanns Nerd Font", style = "Regular"}
+bold = { family = "ComicShanns Nerd Font", style = "Bold"}
+italic = { family = "ComicShanns Nerd Font", style = "Italic"}
+bold_italic = { family = "ComicShanns Nerd Font", style = "BoldItalic"}
[colors.bright]
black = "#1d2123"