chore(desktop): remove some useless fonts
This commit is contained in:
parent
c60df011bc
commit
feb52a1bd7
2 changed files with 2 additions and 5 deletions
|
@ -55,12 +55,9 @@
|
||||||
fonts = {
|
fonts = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
cantarell-fonts
|
cantarell-fonts
|
||||||
inter
|
|
||||||
iosevka-bin
|
iosevka-bin
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
|
|
||||||
nerd-fonts.jetbrains-mono
|
|
||||||
];
|
];
|
||||||
|
|
||||||
fontconfig.defaultFonts = {
|
fontconfig.defaultFonts = {
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
@define-color rosewater #f4dbd6;
|
@define-color rosewater #f4dbd6;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: JetbrainsMono Nerd Font, sans-serif;
|
font-family: Jetbrains Mono, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -161,4 +161,4 @@ button:hover {
|
||||||
#tray>.needs-attention {
|
#tray>.needs-attention {
|
||||||
-gtk-icon-effect: highlight;
|
-gtk-icon-effect: highlight;
|
||||||
background-color: #eb4d4b;
|
background-color: #eb4d4b;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue