Update .config/alacritty/alacritty.toml

This commit is contained in:
Kasper Juul Hermansen 2023-12-30 15:42:36 +01:00
parent 39122520fc
commit 93373250b9
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -10,7 +10,7 @@ family = "{{ .monospace_font }}"
style = "Italic"
[font.normal]
family = "{{ .monospace_font }}"
family = ["{{ .monospace_font }}", "monospace"]
style = "Regular"
[window]