Fix fonts quickly with auto-hinting
2016-09-30
33 words
1 min read
Very quick hack to fix the font hinting automatically. Just execute the below:
sudo ln -s /usr/share/fontconfig/conf.avail/10-autohint.conf /etc/fonts/conf.d/10-autohint.conf
After this you should see the font hinting enabled and thus better experience with fonts.
Related Articles:
- 2016/07/10 Get your local IP address like pro
- 2016/06/13 web services in c with cgi
- 2016/05/16 firewalld – enable logging
- 2015/11/30 Disk usage by file type
- 2015/10/15 Get count of lines in scripts (shell)
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.