07/03/16 22:06:29 uIVXXvQR
>>636
/etc/fonts/local.confに
<fontconfig>
<match target="font">
<!-- check to see if the font is just regular -->
<test name="weight" compare="less_eq">
<const>medium</const>
</test>
<!-- check to see if the pattern requests bold -->
<test target="pattern" name="weight" compare="more">
<const>medium</const>
</test>
<!-- set the embolden flag -->
<edit name="embolden" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>
でFirefoxで太字出るはず。さんざん既出だから次はテンプレに入れてもいいかもね