You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99-language-selector-zh.conf 606 B

11 vuotta sitten
123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4. <match target="font" >
  5. <test name="family" compare="contains" >
  6. <string>Song</string>
  7. <string>Sun</string>
  8. <string>Kai</string>
  9. <string>Ming</string>
  10. </test>
  11. <!-- check to see if the font is just regular -->
  12. <test name="weight" compare="less_eq">
  13. <int>100</int>
  14. </test>
  15. <test compare="more_eq" target="pattern" name="weight" >
  16. <int>180</int>
  17. </test>
  18. <edit mode="assign" name="embolden" >
  19. <bool>true</bool>
  20. </edit>
  21. </match>
  22. </fontconfig>