Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > e19922fc4cb255d11f93a0812bcf8e06 > files > 10

un-extra-fonts-1.0.2-0.11.080608.fc13.src.rpm

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <!-- Generic names rule -->
  <alias>
    <family>UnTaza</family>
    <default>
      <family>monospace</family>
    </default>
  </alias>
  <!-- Locale-specific overrides rule -->
  <match>
    <test name="lang">
      <string>ko-kr</string>
      <string>ko</string>
    </test>
    <test name="family">
      <string>monospace</string>
    </test>
    <edit name="family" mode="prepend">
      <string>UnTaza</string>
    </edit>
  </match>
</fontconfig>