fix: Choose SC variant of cjk fonts
This commit is contained in:
parent
4bd393b78e
commit
2c8c106aa0
8 changed files with 21 additions and 10 deletions
|
|
@ -71,11 +71,11 @@ in {
|
|||
defaultFonts = {
|
||||
serif = [
|
||||
"Libertinus Serif"
|
||||
"Source Han Serif"
|
||||
"Source Han Serif SC"
|
||||
"Noto Serif CJK SC"
|
||||
];
|
||||
sansSerif = [
|
||||
"Source Han Sans"
|
||||
"Source Han Sans SC"
|
||||
"Noto Sans CJK SC"
|
||||
];
|
||||
monospace = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue