delete unused fonts

This commit is contained in:
gpskwlkr 2024-03-25 06:20:00 +04:00
parent fceab8bad0
commit 57c2613159
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,9 @@
{ {
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
nerdfonts
font-awesome font-awesome
jetbrains-mono
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
]; ];
} }

View file

@ -2,7 +2,7 @@
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: font-family:
Cartograph CF Nerd Font, Jetbrains Mono Nerd Font,
monospace; monospace;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;