Update Alacritty config to use font installed to for portability

This commit is contained in:
Daniel McKnight 2025-05-16 17:50:29 -07:00
parent 833d03c416
commit 8c71f6e703

View file

@ -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'