Blob Blame History Raw
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<!-- /etc/fonts/conf.d/61-stix-variants.conf

     Define aliasing and other fontconfig settings for
     STIX variants fonts

     © 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
-->
<fontconfig>
  <match>
    <test name="family">
      <string>STIXVariants</string>
    </test>
    <edit name="family" mode="append" binding="same">
      <string>STIXGeneral</string>
    </edit>
  </match>
</fontconfig>