switch serif and sans-serif to noto

This commit is contained in:
Anthony Rodriguez 2024-08-27 01:01:52 +02:00
parent 6766007382
commit 860cc82854
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -13,10 +13,22 @@
size = 24;
};
stylix.fonts = {
serif = {
package = pkgs.noto-fonts;
name = "Noto Serif";
};
sansSerif = {
package = pkgs.noto-fonts;
name = "Noto Sans";
};
monospace = {
package = pkgs.nerdfonts.override { fonts = [ "Monaspace" ]; };
name = "MonaspiceNe Nerd Font Mono";
};
emoji = {
package = pkgs.noto-fonts-color-emoji;
name = "Noto Color Emoji";
};
sizes = {
terminal = 14;
applications = 11;