Created
November 2, 2013 15:33
-
-
Save cmartinbaughman/7280140 to your computer and use it in GitHub Desktop.
From http://jaysonrowe.blogspot.com/2013/04/font-configuration-in-arch-linux.html
Making Arch Linux look great with better font configuration.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Xft.autohint: 0 | |
Xft.dpi: 96 | |
Xft.antialias: true | |
Xft.rgba: rgb | |
Xft.hinting: true | |
Xft.hintstyle: hintslight | |
Xft.lcdfilter: lcddefault |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment