font update revert))))))

This commit is contained in:
Niktia Bykov
2024-01-14 18:16:46 +05:00
parent 67228afe94
commit 6e5a434894
2 changed files with 5 additions and 5 deletions

View File

@ -7,19 +7,19 @@ TERM = "xterm-256color"
size = 12.0 size = 12.0
[font.normal] [font.normal]
family = "MonaspiceNe Nerd Font" family = "Input Nerd Font"
style = "Regular" style = "Regular"
[font.bold] [font.bold]
family = "MonaspiceNe Nerd Font" family = "Input Nerd Font"
style = "Bold" style = "Bold"
[font.bold_italic] [font.bold_italic]
family = "MonaspiceNe Nerd Font" family = "Input Nerd Font"
style = "Bold Italic" style = "Bold Italic"
[font.italic] [font.italic]
family = "MonaspiceNe Nerd Font" family = "Input Nerd Font"
style = "Italic" style = "Italic"
[font.offset] [font.offset]

View File

@ -3,7 +3,7 @@
padding: 0; padding: 0;
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: 'Monaspace Neon'; font-family: 'MonaspiceNe Nerd Font';
font-size: 13px; font-size: 13px;
min-height: 1.5em; min-height: 1.5em;
} }