mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update fontconfig: font order
This commit is contained in:
parent
5f1d74cadc
commit
b36be7fc37
5 changed files with 12 additions and 25 deletions
|
|
@ -19,6 +19,7 @@
|
|||
</test>
|
||||
<edit name="family" mode="prepend" binding="strong">
|
||||
<string>Noto Sans CJK SC</string>
|
||||
<string>Noto Sans</string>
|
||||
<string>Twemoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
|
@ -30,6 +31,7 @@
|
|||
</test>
|
||||
<edit name="family" mode="prepend" binding="strong">
|
||||
<string>Noto Serif CJK SC</string>
|
||||
<string>Noto Serif</string>
|
||||
<string>Twemoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
|
|
|||
|
|
@ -3,11 +3,8 @@
|
|||
<fontconfig>
|
||||
|
||||
<match target="pattern">
|
||||
<test name="prgname" compare="not_eq">
|
||||
<string>chrome</string>
|
||||
</test>
|
||||
<test name="prgname" compare="not_eq">
|
||||
<string>steam</string>
|
||||
<test name="lang" compare="contains">
|
||||
<string>en</string>
|
||||
</test>
|
||||
<test name="family" compare="contains">
|
||||
<string>Noto Sans CJK</string>
|
||||
|
|
@ -18,11 +15,8 @@
|
|||
</match>
|
||||
|
||||
<match target="pattern">
|
||||
<test name="prgname" compare="not_eq">
|
||||
<string>chrome</string>
|
||||
</test>
|
||||
<test name="prgname" compare="not_eq">
|
||||
<string>steam</string>
|
||||
<test name="lang" compare="contains">
|
||||
<string>en</string>
|
||||
</test>
|
||||
<test name="family" compare="contains">
|
||||
<string>Noto Serif CJK</string>
|
||||
|
|
|
|||
|
|
@ -3,11 +3,8 @@
|
|||
<fontconfig>
|
||||
|
||||
<match target="pattern">
|
||||
<test name="prgname" compare="not_eq">
|
||||
<string>chrome</string>
|
||||
</test>
|
||||
<test name="prgname" compare="not_eq">
|
||||
<string>steam</string>
|
||||
<test name="lang" compare="contains">
|
||||
<string>en</string>
|
||||
</test>
|
||||
<test name="family" compare="contains">
|
||||
<string>Sarasa Gothic</string>
|
||||
|
|
|
|||
|
|
@ -3,11 +3,8 @@
|
|||
<fontconfig>
|
||||
|
||||
<match target="pattern">
|
||||
<test name="prgname" compare="not_eq">
|
||||
<string>chrome</string>
|
||||
</test>
|
||||
<test name="prgname" compare="not_eq">
|
||||
<string>steam</string>
|
||||
<test name="lang" compare="contains">
|
||||
<string>en</string>
|
||||
</test>
|
||||
<test name="family" compare="not_contains">
|
||||
<string>HW</string>
|
||||
|
|
|
|||
|
|
@ -3,11 +3,8 @@
|
|||
<fontconfig>
|
||||
|
||||
<match target="pattern">
|
||||
<test name="prgname" compare="not_eq">
|
||||
<string>chrome</string>
|
||||
</test>
|
||||
<test name="prgname" compare="not_eq">
|
||||
<string>steam</string>
|
||||
<test name="lang" compare="contains">
|
||||
<string>en</string>
|
||||
</test>
|
||||
<test name="family" compare="contains">
|
||||
<string>Source Han Serif</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue