change noto-* to source-*

This commit is contained in:
ulic-youthlic 2025-04-02 18:59:18 +08:00
parent a903a69c7c
commit dd2702f060
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 10 additions and 6 deletions

View file

@ -16,8 +16,8 @@
name = "LXGW WenKai";
};
sansSerif = {
package = pkgs.noto-fonts-cjk-serif;
name = "Noto Serif CJK SC";
package = pkgs.source-sans;
name = "Source Sans 3";
};
monospace = {
package = pkgs.maple-mono.NF-CN;

View file

@ -16,8 +16,8 @@
name = "LXGW WenKai";
};
sansSerif = {
package = pkgs.noto-fonts-cjk-serif;
name = "Noto Serif CJK SC";
package = pkgs.source-sans;
name = " Serif Sans 3";
};
monospace = {
package = pkgs.maple-mono.NF-CN;

View file

@ -44,16 +44,20 @@ in
noto-fonts-cjk-serif
noto-fonts-emoji
lxgw-wenkai
source-sans
source-serif
];
fontconfig.defaultFonts = {
serif = [
"LXGW WenKai"
"Source Serif 4"
"Noto Serif CJK SC"
"Noto Serif"
];
sansSerif = [
"Noto Serif CJK SC"
"Noto Serif"
"Source Sans 3"
"Noto Sans CJK SC"
"Noto Sans"
];
monospace = [
"Maple Mono NF CN"