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
[font.normal]
family = "MonaspiceNe Nerd Font"
family = "Input Nerd Font"
style = "Regular"
[font.bold]
family = "MonaspiceNe Nerd Font"
family = "Input Nerd Font"
style = "Bold"
[font.bold_italic]
family = "MonaspiceNe Nerd Font"
family = "Input Nerd Font"
style = "Bold Italic"
[font.italic]
family = "MonaspiceNe Nerd Font"
family = "Input Nerd Font"
style = "Italic"
[font.offset]

View File

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