forked from zsxsoft/zbp-app-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | ||
<fontconfig> | ||
<alias> | ||
<family>sans-serif</family> | ||
<prefer> | ||
<family>Noto Sans CJK SC</family> | ||
<family>Noto Sans CJK TC</family> | ||
<family>Noto Sans CJK JP</family> | ||
<family>Noto Sans CJK KR</family> | ||
</prefer> | ||
</alias> | ||
<alias> | ||
<family>serif</family> | ||
<prefer> | ||
<family>Noto Serif CJK SC</family> | ||
<family>Noto Serif CJK TC</family> | ||
<family>Noto Serif CJK JP</family> | ||
<family>Noto Serif CJK KR</family> | ||
</prefer> | ||
</alias> | ||
<alias> | ||
<family>monospace</family> | ||
<prefer> | ||
<family>Noto Sans Mono CJK SC</family> | ||
<family>Noto Sans Mono CJK TC</family> | ||
<family>Noto Sans Mono CJK JP</family> | ||
<family>Noto Sans Mono CJK KR</family> | ||
</prefer> | ||
</alias> | ||
</fontconfig> |