Update .config/alacritty/alacritty.toml
This commit is contained in:
parent
3fce0ca427
commit
e9a97cd3ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user