Created
February 25, 2018 05:30
Revisions
-
AnwarShah created this gist
Feb 25, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ <?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <!-- enable autohint for open type fonts --> <match target="font"> <test name="fontformat"> <string>CFF</string> </test> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> </match> </fontconfig>