您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

20 行
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>