06/07/27 14:49:17 py94BF/i
>>422
ヒラギノは太さ毎に別ファイルだからそれじゃ上手く行かないんじゃないかな。
うちの fonts.conf には次のようなことが書いてあったから参考にしてくれ。
<match target="pattern">
<test name="family" compare="eq">
<string>Hiragino Kaku Gothic Pro W3</string>
</test>
<test name="weight" compare="eq">
<const>black</const>
</test>
<edit name="family" mode="assign">
<string>Hiragino Kaku Gothic Std W8</string>
</edit>
</match>