aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-08 12:29:57 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-08 12:38:15 +0100
commitefa10a5b63f8ace1f0f753eee29aac979bc62d6e (patch)
tree3f5daebc8b9ec5ef4c0ccca9a05121e188266957
parent7ae00a7dd4cdd040fdf80ba090521a3801b29801 (diff)
font changes
-rw-r--r--alacritty.toml16
1 files changed, 9 insertions, 7 deletions
diff --git a/alacritty.toml b/alacritty.toml
index fbdbd6b..f4006d5 100644
--- a/alacritty.toml
+++ b/alacritty.toml
@@ -15,22 +15,24 @@ bindings = [
]
[font]
-size = 10
+size = 11
[font.normal]
-#family = "monospace"
+#family = "ComicShanns Mono Nerd Font"
+family = "monospace"
+#family = "ComicShanns Mono Nerd Font"
#family = "Iosevka Nerd Font Mono"
-family = "Hack"
+#family = "Hack"
style = "Regular"
[font.bold]
-#family = "monospace"
-family = "Hack"
+#family = "ComicShanns Mono Nerd Font"
+family = "monospace"
style = "Bold"
[font.italic]
-#family = "monospace"
-family = "Iosevka Nerd Font Mono"
+#family = "ComicShanns Mono Nerd Font"
+family = "monospace"
style = "Italic"
[cursor]