<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test qual="any" name="family">
   <string>Ryumin</string>
</test>
<edit name="family" mode="prepend" binding="strong">
  <string>IPAMincho</string>
</edit>
</match>
<match target="pattern">
  <test qual="any" name="family">
      <string>GothicBBB Medium Identity H</string>
  </test>
  <edit name="family" mode="prepend" binding="strong">
     <string>IPAGothic</string>
  </edit>
 </match>
<match target="pattern">
<test qual="any" name="family">
   <string>MS Mincho</string>
</test>
<edit name="family" mode="prepend" binding="strong">
  <string>IPAMonaMincho</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
   <string>MS PMincho</string>
</test>
<edit name="family" mode="prepend" binding="strong">
  <string>IPAMonaPMincho</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
   <string>MS PGothic</string>
</test>
<edit name="family" mode="prepend" binding="strong">
  <string>IPAMonaPGothic</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
   <string>MS Gothic</string>
</test>
<edit name="family" mode="prepend" binding="strong">
  <string>IPAMonaGothic</string>
</edit>
</match>
</fontconfig>
</pre>
