change normal font settings on macOS

This commit is contained in:
2024-11-20 07:14:50 -05:00
parent 1a2b5068d7
commit 31a8ee1aea
+5 -5
View File
@@ -60,7 +60,11 @@ text = "#2e3440"
TERM = "xterm-256color" TERM = "xterm-256color"
[font] [font]
size = 13.0 size = 12.0
[font.normal]
family = "FiraCode Nerd Font"
style = "Regular"
[font.bold] [font.bold]
family = "Hack Nerd Font" family = "Hack Nerd Font"
@@ -74,10 +78,6 @@ style = "Bold Italic"
family = "Hack Nerd Font" family = "Hack Nerd Font"
style = "Italic" style = "Italic"
[font.normal]
family = "Hack Nerd Font"
style = "Regular"
[window] [window]
decorations = "buttonless" decorations = "buttonless"
dynamic_padding = false dynamic_padding = false