把最下面的改成文泉驿正黑(如果装了的话)就行了,我就这样搞定的,上面是我的/etc/fonts/conf.d/49-sansserif.conf 两个match间的内容~
49-sansserif.conf<match target="pattern">
−
<test qual="all" name="family" compare="not_eq">
<string>sans-serif</string>
</test>
−
<test qual="all" name="family" compare="not_eq">
<string>serif</string>
</test>
−
<test qual="all" name="family" compare="not_eq">
<string>monospace</string>
</test>
−
<edit name="family" mode="append_last">
<string>文泉驿正黑</string>
</edit>
</match>
转载于:https://www.cnblogs.com/ppyyr/archive/2008/05/31/1211352.html