Advertisement
Guest User

Untitled

a guest
Jan 8th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. : cat .fonts.conf
  2. <?xml version='1.0'?>
  3. <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
  4. <fontconfig>
  5. <match target="font">
  6. <edit mode="assign" name="rgba">
  7. <const>none</const>
  8. </edit>
  9. </match>
  10. <match target="font">
  11. <edit mode="assign" name="hinting">
  12. <bool>true</bool>
  13. </edit>
  14. </match>
  15. <match target="font">
  16. <edit mode="assign" name="hintstyle">
  17. <const>hintslight</const>
  18. </edit>
  19. </match>
  20. <match target="font">
  21. <edit mode="assign" name="antialias">
  22. <bool>true</bool>
  23. </edit>
  24. </match>
  25. <dir>~/.fonts</dir>
  26. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement