Guest User

Untitled

a guest
Jul 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4. <match target="font">
  5. <edit name="antialias" mode="assign">
  6. <bool>true</bool>
  7. </edit>
  8. </match>
  9.  
  10. <match target="font">
  11. <edit mode="assign" name="lcdfilter">
  12. <const>lcdlight</const>
  13. </edit>
  14. </match>
  15.  
  16.  
  17. </fontconfig>
Add Comment
Please, Sign In to add comment