refactor(neovide): default font size to 14
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m16s

This commit is contained in:
Price Hiller 2024-05-12 01:56:32 -05:00
parent 3b5ef48005
commit 5cd8d94536
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,6 +1,6 @@
[font] [font]
normal = "FiraCode Nerd Font" normal = "FiraCode Nerd Font"
size = 18 size = 14
[font.features] [font.features]
"FiraCode Nerd Font" = [ "FiraCode Nerd Font" = [
@ -12,4 +12,4 @@ size = 18
"+ss04", "+ss04",
"+cv26", "+cv26",
"+ss10", "+ss10",
] ]