Update Alacritty config to use font installed to for portability
This commit is contained in:
parent
833d03c416
commit
8c71f6e703
1 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,5 @@ background = "#111111"
|
||||||
cyan = '#008b8b'
|
cyan = '#008b8b'
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
#family = 'monospace'
|
family = 'JetBrainsMono Nerd Font Mono'
|
||||||
#family = 'Hack'
|
|
||||||
family = 'JetBrainsMono'
|
|
||||||
style = 'Regular'
|
style = 'Regular'
|
||||||
|
|
Loading…
Reference in a new issue