chore(desktop): remove some useless fonts

This commit is contained in:
uku 2024-12-13 14:46:22 +01:00
parent c60df011bc
commit feb52a1bd7
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 2 additions and 5 deletions

View file

@ -55,12 +55,9 @@
fonts = {
packages = with pkgs; [
cantarell-fonts
inter
iosevka-bin
jetbrains-mono
twitter-color-emoji
nerd-fonts.jetbrains-mono
];
fontconfig.defaultFonts = {

View file

@ -31,7 +31,7 @@
@define-color rosewater #f4dbd6;
* {
font-family: JetbrainsMono Nerd Font, sans-serif;
font-family: Jetbrains Mono, sans-serif;
font-size: 12px;
}
@ -161,4 +161,4 @@ button:hover {
#tray>.needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
}
}