]> git.wh0rd.org - fontconfig.git/blobdiff - fonts.conf.in
Fix weird first/not-first lameness in font matches, replacing with target
[fontconfig.git] / fonts.conf.in
index baccc8afc49ae0de2151707eb1a85e02738d0b81..48065607e32c5c697a8dc602a24d6c05dc5b3f7b 100644 (file)
 -->
        <include ignore_missing="yes">~/.fonts.conf</include>
 
+<!--
+  Load local system customization file
+-->
+       <include ignore_missing="yes">local.conf</include>
+
 <!--
   Alias well known font names to available TrueType fonts
 -->
  
        <match target="font">
                <!-- check to see if the font is roman -->
-               <test qual="first" name="slant">
+               <test name="slant">
                        <const>roman</const>
                </test>
                <!-- check to see if the pattern requested non-roman -->
-               <test qual="not_first" name="slant" compare="not_eq">
+               <test target="pattern" name="slant" compare="not_eq">
                        <const>roman</const>
                </test>
                <!-- multiply the matrix to slant the font -->