Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shadowm@reicore:~$ cat /etc/fonts/local.conf
- <?xml version='1.0'?>
- <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
- <fontconfig>
- <match target="font">
- <test name="family">
- <string>Consolas</string>
- <string>Inconsolata</string>
- <string>Segoe UI</string>
- </test>
- <edit name="autohint">
- <bool>true</bool>
- </edit>
- </match>
- </fontconfig>
- shadowm@reicore:~$
Advertisement
Add Comment
Please, Sign In to add comment