<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- http://slackwiki.org/LCD_Monitor_Configuration_In_X.Org SlackWiki recommends using the Bytecode interpreter to render core fonts. In this file, we disable the Freetype autohinter for Webcore fonts only. If you've enabled the Bytecode interpreter, it will then be used to render Webcore fonts even if you turn the autohinter on. --> <fontconfig> <match target="font"> <test name="family"> <string>Andale Mono</string> <string>Arial</string> <string>Comic Sans MS</string> <string>Courier New</string> <string>Georgia</string> <string>Impact</string> <string>Tahoma</string> <string>Times New Roman</string> <string>Trebuchet MS</string> <string>Verdana</string> <string>Webdings</string> </test> <edit mode="assign" name="autohint"> <bool>false</bool> </edit> </match> </fontconfig>