Guest User

Untitled

a guest
Jan 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. /etc/fonts/conf.avail
  2.  
  3. <?xml version="1.0"?>
  4. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  5. <fontconfig>
  6. <!-- Load local system customization file -->
  7. <include ignore_missing="yes">local.conf</include>
  8. <match target="font" >
  9. <edit mode="assign" name="rgba" >
  10. <const>rgb</const>
  11. </edit>
  12. </match>
  13. <match target="font" >
  14. <edit mode="assign" name="hinting" >
  15. <bool>true</bool>
  16. </edit>
  17. </match>
  18. <match target="font" >
  19. <edit mode="assign" name="hintstyle" >
  20. <const>hintslight</const>
  21. </edit>
  22. </match>
  23. <match target="font" >
  24. <edit mode="assign" name="antialias" >
  25. <bool>true</bool>
  26. </edit>
  27. </match>
  28. </fontconfig>
Add Comment
Please, Sign In to add comment