97-selective-rendering-custom.conf 606 B

123456789101112131415161718192021222324
  1. <?xml version='1.0'?>
  2. <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
  3. <fontconfig>
  4. <!-- ## Selective rendering: custom options ## -->
  5. <!-- Use this file to set your custom font tweaks.
  6. 97-selective-rednering-custom.conf always takes
  7. precedence over default rendering settings.
  8. It won't be overwritten on fontconfig update. -->
  9. <!-- Enable embedded bitmaps in Monaco -->
  10. <!--
  11. <match target="font">
  12. <test name="family">
  13. <string>Monaco</string>
  14. </test>
  15. <edit name="embeddedbitmap" mode="assign">
  16. <bool>true</bool>
  17. </edit>
  18. </match>
  19. -->
  20. </fontconfig>