fix: font being "squished"
This commit is contained in:
parent
4c86be25f4
commit
abcf8cb092
2 changed files with 4 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
|||
border-radius: 8;
|
||||
min-height: 0;
|
||||
/* For the taskbar, I prefer simple Noto Sans.*/
|
||||
font-family: Noto Sans;
|
||||
font-family: "Noto Sans Nerd Font", "JetBrainsMono Nerd Font", sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
padding: 0px;
|
||||
|
|
@ -191,7 +191,7 @@
|
|||
border-radius: 8;
|
||||
min-height: 0;
|
||||
/* For the taskbar, I prefer simple Noto Sans.*/
|
||||
font-family: Noto Sans;
|
||||
font-family: "Noto Sans Nerd Font", "JetBrainsMono Nerd Font", sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
padding: 0px;
|
||||
|
|
@ -364,7 +364,7 @@
|
|||
border-radius: 8;
|
||||
min-height: 0;
|
||||
/* For the taskbar, I prefer simple Noto Sans.*/
|
||||
font-family: Noto Sans;
|
||||
font-family: "Noto Sans Nerd Font", "JetBrainsMono Nerd Font", sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
padding: 0px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue