mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update fontconfig: prefer latin fonts
This commit is contained in:
parent
9b9c3248a5
commit
6ee4143307
1 changed files with 13 additions and 0 deletions
|
|
@ -299,4 +299,17 @@
|
|||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- Replace latin characters in CJK fonts -->
|
||||
<match target="pattern">
|
||||
<test name="family" compare="contains">
|
||||
<string>Noto</string>
|
||||
</test>
|
||||
<test name="family" compare="contains">
|
||||
<string>CJK</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend" binding="strong">
|
||||
<string>Noto Sans</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
</fontconfig>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue