/fonts/conf.avail/10-no-sub-pixel.conf

http://github.com/brinkman83/bashrc · Config · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · d06c13e792afb20a06528d23e6542459 MD5 · raw file

  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4. <!-- Enable sub-pixel rendering -->
  5. <match target="font">
  6. <edit name="rgba" mode="assign"><const>none</const></edit>
  7. </match>
  8. </fontconfig>