Update .config/alacritty/alacritty.toml
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
size = 14
|
||||
|
||||
[font.bold]
|
||||
family = "Hack Nerd Font"
|
||||
family = "{{ .monospace_font }}"
|
||||
style = "Bold"
|
||||
|
||||
[font.italic]
|
||||
family = "Hack Nerd Font"
|
||||
family = "{{ .monospace_font }}"
|
||||
style = "Italic"
|
||||
|
||||
[font.normal]
|
||||
family = "Hack Nerd Font"
|
||||
family = "{{ .monospace_font }}"
|
||||
style = "Regular"
|
||||
|
||||
[window]
|
||||
@@ -23,5 +23,5 @@ general = "Alacritty"
|
||||
instance = "Alacritty"
|
||||
|
||||
[window.padding]
|
||||
x = 10
|
||||
y = 10
|
||||
x = 30
|
||||
y = 30
|
||||
|
Reference in New Issue
Block a user