6. 在~/.fonts.conf中加入下面的字段
<match target="font">
<!-- check to see if the pattern requested > "medium" -->
<test target="pattern" name="weight" compare="more">
<const>medium</const>
</test>
<!-- pretend the font is bold now -->
<edit name="weight" mode="assign">
<const>bold</const>
</edit>
</match>
应该步骤差不多了吧,但是startx后仍然没有粗体,我用的时KDE
6. 在~/.fonts.conf中加入下面的字段
<match target="font">
<!-- check to see if the pattern requested > "medium" -->
<test target="pattern" name="weight" compare="more">
<const>medium</const>
</test>
<!-- pretend the font is bold now -->
<edit name="weight" mode="assign">
<const>bold</const>
</edit>
</match>
这样步骤应该差不多了吧,但是还是没有中文的粗体,郁闷阿