2010-03-02 05:58:08 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<fontconfig>
|
|
|
|
<match target="font">
|
2013-09-04 23:15:21 +02:00
|
|
|
<or>
|
|
|
|
<test name="family">
|
|
|
|
<string>IPAexMincho</string>
|
|
|
|
</test>
|
|
|
|
<test name="family">
|
|
|
|
<string>IPAexGothic</string>
|
|
|
|
</test>
|
|
|
|
</or>
|
2010-03-02 05:58:08 +01:00
|
|
|
<edit name="autohint">
|
|
|
|
<bool>false</bool>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
</fontconfig>
|