shadowm

Untitled

Jan 8th, 2012
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. shadowm@reicore:~$ cat /etc/fonts/local.conf
  2. <?xml version='1.0'?>
  3. <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
  4. <fontconfig>
  5. <match target="font">
  6. <test name="family">
  7. <string>Consolas</string>
  8. <string>Inconsolata</string>
  9. <string>Segoe UI</string>
  10. </test>
  11. <edit name="autohint">
  12. <bool>true</bool>
  13. </edit>
  14. </match>
  15. </fontconfig>
  16. shadowm@reicore:~$
Advertisement
Add Comment
Please, Sign In to add comment