change noto-* to source-*
This commit is contained in:
parent
a903a69c7c
commit
dd2702f060
3 changed files with 10 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue