/system/players/dvdplayer/etc/fonts/conf.avail/80-delicious.conf

http://github.com/xbmc/xbmc · Unknown · 20 lines · 18 code · 2 blank · 0 comment · 0 complexity · 7e14e497a8d24d4e2593efdab828d48b MD5 · raw file

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