Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

20 righe
388 B

  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4. <!-- Fix-ups for Delicious family -->
  5. <!-- Delicious 'heavy' variant says its Medium weight -->
  6. <match target="scan">
  7. <test name="family">
  8. <string>Delicious</string>
  9. </test>
  10. <test name="style">
  11. <string>Heavy</string>
  12. </test>
  13. <edit name="weight">
  14. <const>heavy</const>
  15. </edit>
  16. </match>
  17. </fontconfig>