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; [
nerdfonts
font-awesome
jetbrains-mono
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
];
}

View file

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