|
|
我在fonts.conf里加了
<match target="pattern">
<test name="weight" compare="more">
<const>medium</const>
</test>
<test name="family" compare="eq">
<string>SimSun</string>
</test>
<edit name="family" mode="assign">
<string>SimHei</string>
</edit>
</match>
然后,我的系统里也有这两种字体,可是,发现只有fcitx的标题上的simsun用simhei代替了,其他的程序都没,不知道为什么?
谢谢各位了 |
|