mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 22:55:00 +08:00
Fix fontconfig: nerdfonts
This commit is contained in:
parent
821b8608df
commit
ad7bd31f02
1 changed files with 17 additions and 0 deletions
|
|
@ -87,4 +87,21 @@
|
|||
</edit>
|
||||
</match>
|
||||
|
||||
<match target="scan">
|
||||
<test name="family" compare="contains">
|
||||
<string>HarmonyOS Sans</string>
|
||||
</test>
|
||||
<edit name="charset" mode="assign">
|
||||
<minus>
|
||||
<name>charset</name>
|
||||
<charset>
|
||||
<range>
|
||||
<int>0xE78D</int>
|
||||
<int>0xE796</int>
|
||||
</range>
|
||||
</charset>
|
||||
</minus>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
</fontconfig>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue