fix: font being "squished"

This commit is contained in:
Peritia 2026-03-03 09:38:22 +01:00
parent 4c86be25f4
commit abcf8cb092
2 changed files with 4 additions and 3 deletions

View file

@ -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;

View file

@ -12,6 +12,7 @@ in {
fonts.packages = with pkgs; [
nerd-fonts.jetbrains-mono
noto-fonts
nerd-fonts.noto
];
};
}