1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
  3. <!--
  4.  
  5.     Define aliasing and other fontconfig settings for Cantarell.
  6.  
  7. -->
  8. <fontconfig>
  9.   <!-- Generic name assignment -->
  10.   <match target="pattern">
  11.     <test qual="any" name="family">
  12.       <string>Cantarell</string>
  13.     </test>
  14.     <edit name="family" mode="assign" binding="strong">
  15.       <string>Cantarell</string>
  16.     </edit>
  17.   </match>
  18. </fontconfig>
  19.  
  20.