To enable font smoothing for true type fonts,
Go to your home directory.
Press ctrl+h. This will enable showing hidden files.
To enable font smoothing for true type fonts,
Go to your home directory.
Press ctrl+h. This will enable showing hidden files.
Lookup theĀ .fonts.conf file.
Edit the file to make it look like this
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> </match> </fontconfig>
That is all. Now logout and log back in. Your font should be smoother than before.