Don't like ads? PRO users don't see any ads ;-)
Guest

.fonts.conf

By: a guest on Aug 10th, 2011  |  syntax: None  |  size: 55.29 KB  |  hits: 69  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version='1.0'?>
  2. <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
  3. <fontconfig>
  4.  <!--
  5.  
  6.         /********************************************************************
  7.                                       README
  8.         /********************************************************************
  9.  
  10.         This /etc/fonts/local.conf file is intended to be used
  11.         in conjunction with the freetype-infinality subpixel hinting patch at
  12.         http://www.infinality.net/
  13.  
  14.         - The rules assume that all Windows XP/Vista/7 fonts are installed.
  15.         - The rules assume that the most recent version(s) of the fonts are
  16.             installed.
  17.         - Windows, Apple, Google, and Linux fonts are included in the rules
  18.           along with other misc popular or useful fonts found on the web.
  19.         - Feel free to propose additions and changes to this file at:
  20.                 http://www.infinality.net/forum/
  21.                 -->
  22.  <!--
  23.  
  24.  
  25.         /********************************************************************
  26.         Changes for 2010-11-14
  27.         /********************************************************************
  28.  
  29.         Added configuration for different rendering styles. These can be enabled by
  30.           uncommenting the style you want.  For instance, if you want your system
  31.           to look like Windows 98, uncomment that style, and make sure others
  32.           are commented out.  Obviously you'd want to have appropriate fonts
  33.           installed for that rendering style.  Aliases for different OS
  34.           fontsets will be added eventually.  The old default style is now
  35.           considered "Infinality" style.  Not all styles that are defined are
  36.           filled in yet- but "Apple" and anything above it are.
  37.  
  38.         Due to the above, in combination with the prevalence of @font-face on
  39.           the web, I've made "Infinality" style rendering use autohint by
  40.           default, and only call out fonts that specifically should use TT
  41.           hinting.  The patched autohint will render more fonts, better, than
  42.           TT native hinting will.
  43.  
  44.  
  45.         /********************************************************************
  46.         Changes for 2010-10-22
  47.         /********************************************************************
  48.  
  49.         Promoted Century Gothic, Arial Black and Calibri to Full TT subpixel hinting
  50.         Added Google fonts
  51.         Added Nimbus fonts
  52.         Added more Apple fonts
  53.         Replace Courier New with Apple's Courier - MUCH nicer result
  54.         Better comments to help new users understand what everything means
  55.         Reorganization of some rules
  56.         General Cleanup
  57.         Removed code for artificial oblique, as most distros have this in
  58.           /etc/fonts/conf.d/
  59.         Added nonlatin font alias preferences that favor MS fonts, which have the
  60.           best hinting AFAICT. If you have all Windows Vista/7 fonts installed,
  61.           www.wikipedia.org should look pretty nice.
  62.  
  63.         /********************************************************************
  64.         Changes for 2010-10-03
  65.         /********************************************************************
  66.  
  67.         Promoted Geneva, Geneva CY to Full TT subpixel hinting.
  68.         Added an alias for "Trebuchet" to point to "Trebuchet MS"
  69.         Minor comment updates
  70.  
  71.         -->
  72.  <match target="pattern">
  73.   <!-- Choose an OS Style.  This affects how everything is applied -->
  74.   <!-- A Customized combination of things, similar to Windows 7 -->
  75.   <edit target="pattern" name="rendering_style">
  76.    <string>Infinality</string>
  77.   </edit>
  78.   <edit target="font" name="rendering_style">
  79.    <string>Infinality</string>
  80.   </edit>
  81.   <!--
  82.                 <edit name="rendering_style" target="pattern">
  83.                         <string>Windows 7</string>
  84.                 </edit>
  85.                 <edit name="rendering_style" target="font">
  86.                         <string>Windows 7</string>
  87.                 </edit>
  88.                 -->
  89.   <!--
  90.                 <edit name="rendering_style" target="pattern">
  91.                         <string>Windows XP</string>
  92.                 </edit>
  93.                 <edit name="rendering_style" target="font">
  94.                         <string>Windows XP</string>
  95.                 </edit>
  96.                 -->
  97.   <!--
  98.                 <edit name="rendering_style" target="pattern">
  99.                         <string>Windows 98</string>
  100.                 </edit>
  101.                 <edit name="rendering_style" target="font">
  102.                         <string>Windows 98</string>
  103.                 </edit>
  104.                 -->
  105.   <!--
  106.                 <edit name="rendering_style" target="pattern">
  107.                         <string>Apple</string>
  108.                 </edit>
  109.                 <edit name="rendering_style" target="font">
  110.                         <string>Apple</string>
  111.                 </edit>
  112.                 -->
  113.   <!-- THE BELOW STYLES ARE NOT WELL FILLED-IN YET -->
  114.   <!--
  115.                 <edit name="rendering_style" target="pattern">
  116.                         <string>No Replacements</string>
  117.                 </edit>
  118.                 <edit name="rendering_style" target="font">
  119.                         <string>No Replacements</string>
  120.                 </edit>
  121.                 -->
  122.   <!--
  123.                 <edit name="rendering_style" target="pattern">
  124.                         <string>Linux</string>
  125.                 </edit>
  126.                 <edit name="rendering_style" target="font">
  127.                         <string>Linux</string>
  128.                 </edit>
  129.                 -->
  130.   <!--
  131.                 <edit name="rendering_style" target="pattern">
  132.                         <string>Fedora Linux</string>
  133.                 </edit>
  134.                 <edit name="rendering_style" target="font">
  135.                         <string>Fedora Linux</string>
  136.                 </edit>
  137.                 -->
  138.   <!-- Create your own -->
  139.   <!--
  140.                 <edit name="rendering_style" target="pattern">
  141.                         <string>Your Own Style</string>
  142.                 </edit>
  143.                 <edit name="rendering_style" target="font">
  144.                         <string>Your Own Style</string>
  145.                 </edit>
  146.                 -->
  147.   <!-- Forces certain family replacements - NOT IMPLEMENTED YET -->
  148.   <!--
  149.                 <edit name="style_settings">
  150.                         <string>Forced</string>
  151.                 </edit>
  152.                 -->
  153.  </match>
  154.  <!-- ********************  BITMAP / OUTLINE  **********************  -->
  155.  <!-- Prevent gnome from using embedded bitmaps in fonts like Calibri -->
  156.  <match target="font">
  157.   <test name="rendering_style" qual="any">
  158.    <string>Infinality</string>
  159.    <string>Windows 7</string>
  160.    <string>Windows XP</string>
  161.    <string>Apple</string>
  162.   </test>
  163.   <edit mode="assign" name="embeddedbitmap">
  164.    <bool>false</bool>
  165.   </edit>
  166.  </match>
  167.  <!-- Reject bitmap fonts in favour of Truetype, Postscript, etc. -->
  168.  <match target="font">
  169.   <test name="rendering_style" qual="any">
  170.    <string>Infinality</string>
  171.    <string>Windows 7</string>
  172.    <string>Windows XP</string>
  173.    <string>Apple</string>
  174.   </test>
  175.   <selectfont>
  176.    <rejectfont>
  177.     <pattern>
  178.      <patelt name="scalable">
  179.       <bool>false</bool>
  180.      </patelt>
  181.     </pattern>
  182.    </rejectfont>
  183.   </selectfont>
  184.  </match>
  185.  <!-- Substitute truetype fonts for bitmap ones -->
  186.  <match target="pattern">
  187.   <test name="rendering_style" qual="any">
  188.    <string>Infinality</string>
  189.    <string>Windows 7</string>
  190.    <string>Windows XP</string>
  191.    <string>Apple</string>
  192.   </test>
  193.   <edit name="prefer_outline">
  194.    <bool>true</bool>
  195.   </edit>
  196.  </match>
  197.  <!-- **************************** ALIASES **********************  -->
  198.  <!-- Uncomment 1 of the 3 below for default fonts -->
  199.  <!-- Default fonts - Microsoft Appearance -->
  200.  <match target="font">
  201.   <test name="rendering_style" qual="any">
  202.    <string>Infinality</string>
  203.    <string>Windows 7</string>
  204.    <string>Windows XP</string>
  205.    <string>Windows 98</string>
  206.   </test>
  207.   <alias>
  208.    <family>sans</family>
  209.    <default>
  210.     <family>Arial</family>
  211.    </default>
  212.   </alias>
  213.   <alias>
  214.    <family>sans-serif</family>
  215.    <default>
  216.     <family>Arial</family>
  217.    </default>
  218.   </alias>
  219.   <alias>
  220.    <family>serif</family>
  221.    <default>
  222.     <family>Corbel</family>
  223.    </default>
  224.   </alias>
  225.  </match>
  226.  <!-- Default fonts - Apple Appearance -->
  227.  <match target="font">
  228.   <test name="rendering_style" qual="any">
  229.    <string>Apple</string>
  230.   </test>
  231.   <alias>
  232.    <family>sans</family>
  233.    <default>
  234.     <family>Lucida Grande</family>
  235.    </default>
  236.   </alias>
  237.   <alias>
  238.    <family>sans-serif</family>
  239.    <default>
  240.     <family>Lucida Grande</family>
  241.    </default>
  242.   </alias>
  243.   <alias>
  244.    <family>serif</family>
  245.    <default>
  246.     <family>Times</family>
  247.    </default>
  248.   </alias>
  249.  </match>
  250.  <!-- Default fonts - Linux Appearance -->
  251.  <!-- this is handled by default fontconfig rules -->
  252.  <!-- These MS aliases typically are used in user interfaces -->
  253.  <!-- You will mostly run into fonts with these names in WINE programs -->
  254.  <!-- Uncomment 1 of the below for these UI fonts -->
  255.  <!-- WINE UI fonts - Microsoft Windows Vista/7 Appearance -->
  256.  <match target="font">
  257.   <test name="rendering_style" qual="any">
  258.    <string>Infinality</string>
  259.    <string>Windows 7</string>
  260.   </test>
  261.   <alias binding="same">
  262.    <family>System</family>
  263.    <accept>
  264.     <family>Segoe UI</family>
  265.    </accept>
  266.   </alias>
  267.   <alias binding="same">
  268.    <family>MS Shell Dlg</family>
  269.    <accept>
  270.     <family>Segoe UI</family>
  271.    </accept>
  272.   </alias>
  273.   <alias binding="same">
  274.    <family>MS Sans Serif</family>
  275.    <accept>
  276.     <family>Segoe UI</family>
  277.    </accept>
  278.   </alias>
  279.  </match>
  280.  <!-- WINE UI fonts - Microsoft Windows 98/XP Appearance -->
  281.  <!-- For Win 98, make sure font smoothing is DISABLED within WINE:
  282.                 wget http://files.polosatus.ru/winefontssmoothing_en.sh
  283.                 sh winefontssmoothing_en.sh
  284.         -->
  285.  <match target="font">
  286.   <test name="rendering_style" qual="any">
  287.    <string>Windows 98</string>
  288.   </test>
  289.   <alias binding="same">
  290.    <family>System</family>
  291.    <accept>
  292.     <family>Microsoft Sans Serif</family>
  293.    </accept>
  294.   </alias>
  295.   <alias binding="same">
  296.    <family>MS Shell Dlg</family>
  297.    <accept>
  298.     <family>Microsoft Sans Serif</family>
  299.    </accept>
  300.   </alias>
  301.   <alias binding="same">
  302.    <family>MS Sans Serif</family>
  303.    <accept>
  304.     <family>Microsoft Sans Serif</family>
  305.    </accept>
  306.   </alias>
  307.  </match>
  308.  <match target="font">
  309.   <test name="rendering_style" qual="any">
  310.    <string>Windows XP</string>
  311.   </test>
  312.   <alias binding="same">
  313.    <family>System</family>
  314.    <accept>
  315.     <family>Tahoma</family>
  316.    </accept>
  317.   </alias>
  318.   <alias binding="same">
  319.    <family>MS Shell Dlg</family>
  320.    <accept>
  321.     <family>Tahoma</family>
  322.    </accept>
  323.   </alias>
  324.   <alias binding="same">
  325.    <family>MS Sans Serif</family>
  326.    <accept>
  327.     <family>Tahoma</family>
  328.    </accept>
  329.   </alias>
  330.  </match>
  331.  <!-- WINE UI fonts - Apple Appearance -->
  332.  <match target="font">
  333.   <test name="rendering_style" qual="any">
  334.    <string>Apple</string>
  335.   </test>
  336.   <alias binding="same">
  337.    <family>System</family>
  338.    <accept>
  339.     <family>Lucida Grande</family>
  340.    </accept>
  341.   </alias>
  342.   <alias binding="same">
  343.    <family>MS Shell Dlg</family>
  344.    <accept>
  345.     <family>Lucida Grande</family>
  346.    </accept>
  347.   </alias>
  348.   <alias binding="same">
  349.    <family>MS Sans Serif</family>
  350.    <accept>
  351.     <family>Lucida Grande</family>
  352.    </accept>
  353.   </alias>
  354.  </match>
  355.  <!-- WINE UI fonts - Linux Appearance -->
  356.  <match target="font">
  357.   <test name="rendering_style" qual="any">
  358.    <string>Linux</string>
  359.   </test>
  360.   <alias binding="same">
  361.    <family>System</family>
  362.    <accept>
  363.     <family>DejaVu Sans</family>
  364.    </accept>
  365.   </alias>
  366.   <alias binding="same">
  367.    <family>MS Shell Dlg</family>
  368.    <accept>
  369.     <family>DejaVu Sans</family>
  370.    </accept>
  371.   </alias>
  372.   <alias binding="same">
  373.    <family>MS Sans Serif</family>
  374.    <accept>
  375.     <family>DejaVu Sans</family>
  376.    </accept>
  377.   </alias>
  378.  </match>
  379.  <!-- Establish priorities for non-Latin fonts -->
  380.  <!-- http://en.wikipedia.org/wiki/List_of_Microsoft_Windows_fonts -->
  381.  <!-- Uncomment 1 of the below for these UI fonts -->
  382.  <!-- Non-latin fonts - Microsoft Windows Vista/7 Appearance -->
  383.  <match target="font">
  384.   <test name="rendering_style" qual="any">
  385.    <string>Infinality</string>
  386.    <string>Windows 7</string>
  387.    <string>Windows XP</string>
  388.    <string>Windows 98</string>
  389.   </test>
  390.   <alias>
  391.    <family>serif</family>
  392.    <prefer>
  393.     <family>Corbel</family>
  394.     <family>Times New Roman</family>
  395.     <family>Batang</family>
  396.     <family>DFKai-SB</family>
  397.     <family>EucrosiaUPC</family>
  398.     <family>JasmineUPC</family>
  399.     <family>KaiTi</family>
  400.     <family>Kartika</family>
  401.     <family>KodchiangUPC</family>
  402.     <family>MingLiU</family>
  403.     <family>MS Mincho</family>
  404.     <family>SimSun</family>
  405.     <family>Sylfaen</family>
  406.     <family>DaunPenh</family>
  407.     <family>MV Boli</family>
  408.     <family>Iskoola Pota</family>
  409.     <family>Latha</family>
  410.     <family>Microsoft Himalaya</family>
  411.     <family>Mongolian Baiti</family>
  412.     <family>Shruti</family>
  413.     <family>Cardo</family>
  414.     <family>MPH 2B Damase</family>
  415.    </prefer>
  416.   </alias>
  417.   <alias>
  418.    <family>sans-serif</family>
  419.    <prefer>
  420.     <family>Arial</family>
  421.     <family>Meiryo</family>
  422.     <family>Arabic Typesetting</family>
  423.     <family>DokChampa</family>
  424.     <family>Malgun Gothic</family>
  425.     <family>Estrangelo Edessa</family>
  426.     <family>Gautami</family>
  427.     <family>Iskoola Pota</family>
  428.     <family>Microsoft YaHei</family>
  429.     <family>Mangal</family>
  430.     <family>Microsoft JhengHei</family>
  431.     <family>Vrinda</family>
  432.     <family>Plantagenet Cherokee</family>
  433.     <family>Raavi</family>
  434.     <family>Nyala</family>
  435.     <family>Tunga</family>
  436.     <family>Kartika</family>
  437.     <family>MV Boli</family>
  438.     <family>DaunPenh</family>
  439.     <family>Iskoola Pota</family>
  440.     <family>Latha</family>
  441.     <family>Microsoft Himalaya</family>
  442.     <family>Mongolian Baiti</family>
  443.     <family>Shruti</family>
  444.     <family>Skeirs</family>
  445.     <family>Cardo</family>
  446.     <family>MPH 2B Damase</family>
  447.     <family>Tahoma</family>
  448.     <family>Arial Unicode MS</family>
  449.    </prefer>
  450.   </alias>
  451.   <alias>
  452.    <family>monospace</family>
  453.    <prefer>
  454.     <family>Consolas</family>
  455.     <family>Inconsolata</family>
  456.     <family>Andale Mono</family>
  457.     <family>Courier New</family>
  458.     <family>Microsoft JhengHei</family>
  459.     <family>Microsoft YaHei</family>
  460.     <family>MPH 2B Damase</family>
  461.    </prefer>
  462.   </alias>
  463.   <alias>
  464.    <family>fantasy</family>
  465.    <prefer>
  466.     <family>Impact</family>
  467.     <family>Copperplate Gothic Std</family>
  468.     <family>Cooper Std</family>
  469.     <family>Bauhaus Std</family>
  470.    </prefer>
  471.   </alias>
  472.   <alias>
  473.    <family>cursive</family>
  474.    <prefer>
  475.     <family>ITC Zapf Chancery Std</family>
  476.     <family>Zapfino</family>
  477.     <family>Comic Sans MS</family>
  478.    </prefer>
  479.   </alias>
  480.  </match>
  481.  <!-- ************************** REPLACEMENTS  **********************  -->
  482.  <!-- Replaces sans, sans-serif, serif with a specific font preference -->
  483.  <!-- This is also set in aliases above -->
  484.  <!-- Microsoft style - sans, sans-serif, serif -->
  485.  <match target="font">
  486.   <test name="rendering_style" qual="any">
  487.    <string>Infinality</string>
  488.    <string>Windows 7</string>
  489.    <string>Windows XP</string>
  490.    <string>Windows 98</string>
  491.   </test>
  492.   <test name="family" qual="any">
  493.    <string>sans</string>
  494.   </test>
  495.   <edit mode="assign" name="family">
  496.    <string>Arial</string>
  497.   </edit>
  498.  </match>
  499.  <match target="font">
  500.   <test name="rendering_style" qual="any">
  501.    <string>Infinality</string>
  502.    <string>Windows 7</string>
  503.    <string>Windows XP</string>
  504.    <string>Windows 98</string>
  505.   </test>
  506.   <test name="family" qual="any">
  507.    <string>sans-serif</string>
  508.   </test>
  509.   <edit mode="assign" name="family">
  510.    <string>Arial</string>
  511.   </edit>
  512.  </match>
  513.  <match target="font">
  514.   <test name="rendering_style" qual="any">
  515.    <string>Infinality</string>
  516.    <string>Windows 7</string>
  517.    <string>Windows XP</string>
  518.    <string>Windows 98</string>
  519.   </test>
  520.   <test name="family" qual="any">
  521.    <string>serif</string>
  522.   </test>
  523.   <edit mode="assign" name="family">
  524.    <string>Corbel</string>
  525.   </edit>
  526.  </match>
  527.  <!-- Apple style - sans, sans-serif, serif -->
  528.  <match target="font">
  529.   <test name="rendering_style" qual="any">
  530.    <string>Apple</string>
  531.   </test>
  532.   <test name="family" qual="any">
  533.    <string>sans</string>
  534.   </test>
  535.   <edit mode="assign" name="family">
  536.    <string>Lucida Grande</string>
  537.   </edit>
  538.  </match>
  539.  <match target="font">
  540.   <test name="rendering_style" qual="any">
  541.    <string>Apple</string>
  542.   </test>
  543.   <test name="family" qual="any">
  544.    <string>sans-serif</string>
  545.   </test>
  546.   <edit mode="assign" name="family">
  547.    <string>Lucida Grande</string>
  548.   </edit>
  549.  </match>
  550.  <match target="font">
  551.   <test name="rendering_style" qual="any">
  552.    <string>Apple</string>
  553.   </test>
  554.   <test name="family" qual="any">
  555.    <string>serif</string>
  556.   </test>
  557.   <edit mode="assign" name="family">
  558.    <string>Times</string>
  559.   </edit>
  560.  </match>
  561.  <!-- Replace these common poorly hinted fonts with Arial -->
  562.  <!-- Adjust as necessary -->
  563.  <!-- Microsoft Appearance - Poorly Hinted Fonts -->
  564.  <match target="font">
  565.   <test name="rendering_style" qual="any">
  566.    <string>Infinality</string>
  567.    <string>Windows 7</string>
  568.    <string>Windows XP</string>
  569.    <string>Windows 98</string>
  570.   </test>
  571.   <test name="family" qual="any">
  572.    <string>Nimbus Sans</string>
  573.   </test>
  574.   <edit mode="assign" name="family">
  575.    <string>Arial</string>
  576.   </edit>
  577.  </match>
  578.  <match target="pattern" name="family">
  579.   <test name="rendering_style" qual="any">
  580.    <string>Infinality</string>
  581.    <string>Windows 7</string>
  582.    <string>Windows XP</string>
  583.    <string>Windows 98</string>
  584.   </test>
  585.   <test name="family" qual="any">
  586.    <string>Nimbus Sans</string>
  587.   </test>
  588.   <edit binding="strong" mode="prepend" name="family">
  589.    <string>Arial</string>
  590.   </edit>
  591.  </match>
  592.  <match target="font">
  593.   <test name="rendering_style" qual="any">
  594.    <string>Infinality</string>
  595.    <string>Windows 7</string>
  596.    <string>Windows XP</string>
  597.    <string>Windows 98</string>
  598.   </test>
  599.   <test name="family" qual="any">
  600.    <string>Nimbus Sans L</string>
  601.   </test>
  602.   <edit mode="assign" name="family">
  603.    <string>Arial</string>
  604.   </edit>
  605.  </match>
  606.  <match target="pattern" name="family">
  607.   <test name="rendering_style" qual="any">
  608.    <string>Infinality</string>
  609.    <string>Windows 7</string>
  610.    <string>Windows XP</string>
  611.    <string>Windows 98</string>
  612.   </test>
  613.   <test name="family" qual="any">
  614.    <string>Nimbus Sans L</string>
  615.   </test>
  616.   <edit binding="strong" mode="prepend" name="family">
  617.    <string>Arial</string>
  618.   </edit>
  619.  </match>
  620.  <!-- Apple Appearance - Poorly Hinted Fonts -->
  621.  <match target="font">
  622.   <test name="rendering_style" qual="any">
  623.    <string>Apple</string>
  624.   </test>
  625.   <test name="family" qual="any">
  626.    <string>Nimbus Sans</string>
  627.   </test>
  628.   <edit mode="assign" name="family">
  629.    <string>Helvetica Neue</string>
  630.   </edit>
  631.  </match>
  632.  <match target="pattern" name="family">
  633.   <test name="rendering_style" qual="any">
  634.    <string>Apple</string>
  635.   </test>
  636.   <test name="family" qual="any">
  637.    <string>Nimbus Sans</string>
  638.   </test>
  639.   <edit binding="strong" mode="prepend" name="family">
  640.    <string>Helvetica Neue</string>
  641.   </edit>
  642.  </match>
  643.  <match target="font">
  644.   <test name="rendering_style" qual="any">
  645.    <string>Apple</string>
  646.   </test>
  647.   <test name="family" qual="any">
  648.    <string>Nimbus Sans L</string>
  649.   </test>
  650.   <edit mode="assign" name="family">
  651.    <string>Helvetica Neue</string>
  652.   </edit>
  653.  </match>
  654.  <match target="pattern" name="family">
  655.   <test name="family" qual="any">
  656.    <string>Nimbus Sans L</string>
  657.   </test>
  658.   <edit binding="strong" mode="prepend" name="family">
  659.    <string>Helvetica Neue</string>
  660.   </edit>
  661.  </match>
  662.  <!-- This replacement handles the fonts here, which I recommend
  663.         in place of the default Terminus bitmap files:
  664.         http://files.ax86.net/terminus-ttf/4.30/
  665.  
  666.         Note that Terminus will only look good at the pixel sizes that
  667.         it was designed for!
  668.         -->
  669.  <match target="font">
  670.   <test name="family" qual="any">
  671.    <string>Terminus</string>
  672.   </test>
  673.   <edit mode="assign" name="family">
  674.    <string>Terminus (ttf)</string>
  675.   </edit>
  676.  </match>
  677.  <match target="pattern" name="family">
  678.   <test name="family" qual="any">
  679.    <string>Terminus</string>
  680.   </test>
  681.   <edit binding="strong" mode="prepend" name="family">
  682.    <string>Terminus (ttf)</string>
  683.   </edit>
  684.  </match>
  685.  <!-- Replace Helvetica with Arial -->
  686.  <!-- Currently Helvetica has cap height issues -->
  687.  <!-- Microsoft Appearance - Helvetica -->
  688.  <match target="pattern" name="family">
  689.   <test name="rendering_style" qual="any">
  690.    <string>Infinality</string>
  691.    <string>Windows 7</string>
  692.    <string>Windows XP</string>
  693.    <string>Windows 98</string>
  694.   </test>
  695.   <test name="family" qual="any">
  696.    <string>Helvetica</string>
  697.   </test>
  698.   <edit binding="strong" mode="prepend" name="family">
  699.    <string>Arial</string>
  700.   </edit>
  701.  </match>
  702.  <match target="font">
  703.   <test name="rendering_style" qual="any">
  704.    <string>Infinality</string>
  705.    <string>Windows 7</string>
  706.    <string>Windows XP</string>
  707.    <string>Windows 98</string>
  708.   </test>
  709.   <test name="family" qual="any">
  710.    <string>Helvetica</string>
  711.   </test>
  712.   <edit mode="assign" name="family">
  713.    <string>Arial</string>
  714.   </edit>
  715.  </match>
  716.  <!-- Linux Appearance - Helvetica -->
  717.  <match target="pattern" name="family">
  718.   <test name="rendering_style" qual="any">
  719.    <string>Linux</string>
  720.   </test>
  721.   <test name="family" qual="any">
  722.    <string>Helvetica</string>
  723.   </test>
  724.   <edit binding="strong" mode="prepend" name="family">
  725.    <string>Liberation Sans</string>
  726.   </edit>
  727.  </match>
  728.  <match target="font">
  729.   <test name="rendering_style" qual="any">
  730.    <string>Linux</string>
  731.   </test>
  732.   <test name="family" qual="any">
  733.    <string>Helvetica</string>
  734.   </test>
  735.   <edit mode="assign" name="family">
  736.    <string>Liberation Sans</string>
  737.   </edit>
  738.  </match>
  739.  <!-- Replace Helvetica Neue with Arial -->
  740.  <!-- Currently Helvetica Neue has cap height issues -->
  741.  <!-- Microsoft Appearance - Helvetica Neue -->
  742.  <match target="pattern" name="family">
  743.   <test name="rendering_style" qual="any">
  744.    <string>Infinality</string>
  745.    <string>Windows 7</string>
  746.    <string>Windows XP</string>
  747.    <string>Windows 98</string>
  748.   </test>
  749.   <test name="family" qual="any">
  750.    <string>Helvetica Neue</string>
  751.   </test>
  752.   <edit binding="strong" mode="prepend" name="family">
  753.    <string>Arial</string>
  754.   </edit>
  755.  </match>
  756.  <match target="font">
  757.   <test name="rendering_style" qual="any">
  758.    <string>Infinality</string>
  759.    <string>Windows 7</string>
  760.    <string>Windows XP</string>
  761.    <string>Windows 98</string>
  762.   </test>
  763.   <test name="family" qual="any">
  764.    <string>Helvetica Neue</string>
  765.   </test>
  766.   <edit mode="assign" name="family">
  767.    <string>Arial</string>
  768.   </edit>
  769.  </match>
  770.  <!-- Linux Appearance - Helvetica Neue -->
  771.  <match target="pattern" name="family">
  772.   <test name="rendering_style" qual="any">
  773.    <string>Linux</string>
  774.   </test>
  775.   <test name="family" qual="any">
  776.    <string>Helvetica Neue</string>
  777.   </test>
  778.   <edit binding="strong" mode="prepend" name="family">
  779.    <string>Liberation Sans</string>
  780.   </edit>
  781.  </match>
  782.  <match target="font">
  783.   <test name="rendering_style" qual="any">
  784.    <string>Linux</string>
  785.   </test>
  786.   <test name="family" qual="any">
  787.    <string>Helvetica Neue</string>
  788.   </test>
  789.   <edit mode="assign" name="family">
  790.    <string>Liberation Sans</string>
  791.   </edit>
  792.  </match>
  793.  <!-- Replace "Arial" with black weight, with font "Arial Black" -->
  794.  <match target="pattern">
  795.   <test target="default" compare="eq" name="family">
  796.    <string>Arial</string>
  797.   </test>
  798.   <test compare="more" name="weight">
  799.    <const>bold</const>
  800.   </test>
  801.   <edit binding="same" mode="prepend" name="family">
  802.    <string>Arial Black</string>
  803.   </edit>
  804.   <edit mode="assign" name="weight">
  805.    <const>bold</const>
  806.   </edit>
  807.  </match>
  808.  <!-- Replace 'Nimbus Mono L' with Courier New -->
  809.  <match target="font">
  810.   <test name="family" qual="any">
  811.    <string>Nimbus Mono L</string>
  812.   </test>
  813.   <edit mode="assign" name="family">
  814.    <string>Courier New</string>
  815.   </edit>
  816.  </match>
  817.  <match target="pattern" name="family">
  818.   <test target="default" compare="eq" name="family">
  819.    <string>Nimbus Mono L</string>
  820.   </test>
  821.   <edit binding="strong" mode="prepend" name="family">
  822.    <string>Courier New</string>
  823.   </edit>
  824.  </match>
  825.  <!-- Replace "Lucida Sans Unicode" bold with Lucida Grande bold weight -->
  826.  <match target="pattern">
  827.   <test target="default" compare="eq" name="family">
  828.    <string>Lucida Sans Unicode</string>
  829.   </test>
  830.   <test compare="more" name="weight">
  831.    <const>medium</const>
  832.   </test>
  833.   <edit binding="same" mode="prepend" name="family">
  834.    <string>Lucida Grande</string>
  835.   </edit>
  836.   <edit mode="assign" name="weight">
  837.    <const>bold</const>
  838.   </edit>
  839.  </match>
  840.  <!-- Microsoft Appearance - Courier -->
  841.  <match target="pattern">
  842.   <test name="rendering_style" qual="any">
  843.    <string>Windows 7</string>
  844.    <string>Windows XP</string>
  845.    <string>Windows 98</string>
  846.   </test>
  847.   <test target="default" compare="eq" name="family">
  848.    <string>Courier</string>
  849.   </test>
  850.   <edit binding="same" mode="prepend" name="family">
  851.    <string>Courier New</string>
  852.   </edit>
  853.  </match>
  854.  <match target="font">
  855.   <test name="rendering_style" qual="any">
  856.    <string>Windows 7</string>
  857.    <string>Windows XP</string>
  858.    <string>Windows 98</string>
  859.   </test>
  860.   <test name="family" qual="any">
  861.    <string>Courier</string>
  862.   </test>
  863.   <edit mode="assign" name="family">
  864.    <string>Courier New</string>
  865.   </edit>
  866.  </match>
  867.  <!-- NOTE: Apple's Courier renders much nicer than Courier New -->
  868.  <!-- Apple Appearance - Courier -->
  869.  <match target="pattern">
  870.   <test name="rendering_style" qual="any">
  871.    <string>Apple</string>
  872.    <string>Infinality</string>
  873.   </test>
  874.   <test target="default" compare="eq" name="family">
  875.    <string>Courier New</string>
  876.   </test>
  877.   <edit binding="same" mode="prepend" name="family">
  878.    <string>Courier</string>
  879.   </edit>
  880.  </match>
  881.  <match target="font">
  882.   <test name="rendering_style" qual="any">
  883.    <string>Apple</string>
  884.    <string>Infinality</string>
  885.   </test>
  886.   <test name="family" qual="any">
  887.    <string>Courier New</string>
  888.   </test>
  889.   <edit mode="assign" name="family">
  890.    <string>Courier</string>
  891.   </edit>
  892.  </match>
  893.  <!-- Microsoft Appearance:  Replace 'Times' with Corbel -->
  894.  <match target="pattern" name="family">
  895.   <test name="rendering_style" qual="any">
  896.    <string>Infinality</string>
  897.    <string>Windows 7</string>
  898.    <string>Windows XP</string>
  899.    <string>Windows 98</string>
  900.   </test>
  901.   <test name="family" qual="any">
  902.    <string>Times</string>
  903.   </test>
  904.   <edit binding="strong" mode="prepend" name="family">
  905.    <string>Corbel</string>
  906.   </edit>
  907.  </match>
  908.  <match target="font">
  909.   <test name="rendering_style" qual="any">
  910.    <string>Infinality</string>
  911.    <string>Windows 7</string>
  912.    <string>Windows XP</string>
  913.    <string>Windows 98</string>
  914.   </test>
  915.   <test name="family" qual="any">
  916.    <string>Times</string>
  917.   </test>
  918.   <edit mode="assign" name="family">
  919.    <string>Corbel</string>
  920.   </edit>
  921.  </match>
  922.  <!-- Fix poorly specified font family names -->
  923.  <match target="pattern" name="family">
  924.   <test name="family" qual="any">
  925.    <string>Trebuchet</string>
  926.   </test>
  927.   <edit binding="strong" mode="prepend" name="family">
  928.    <string>Trebuchet MS</string>
  929.   </edit>
  930.  </match>
  931.  <match target="font">
  932.   <test name="family" qual="any">
  933.    <string>Trebuchet</string>
  934.   </test>
  935.   <edit mode="assign" name="family">
  936.    <string>Trebuchet MS</string>
  937.   </edit>
  938.  </match>
  939.  <match target="pattern" name="family">
  940.   <test name="family" qual="any">
  941.    <string>Palatino</string>
  942.   </test>
  943.   <edit binding="strong" mode="prepend" name="family">
  944.    <string>Palatino Linotype</string>
  945.   </edit>
  946.  </match>
  947.  <match target="font">
  948.   <test name="family" qual="any">
  949.    <string>Palatino</string>
  950.   </test>
  951.   <edit mode="assign" name="family">
  952.    <string>Palatino Linotype</string>
  953.   </edit>
  954.  </match>
  955.  <match target="pattern" name="family">
  956.   <test name="family" qual="any">
  957.    <string>Lucida Sans</string>
  958.   </test>
  959.   <edit binding="strong" mode="prepend" name="family">
  960.    <string>Lucida Grande</string>
  961.   </edit>
  962.  </match>
  963.  <match target="font">
  964.   <test name="family" qual="any">
  965.    <string>Lucida Sans</string>
  966.   </test>
  967.   <edit mode="assign" name="family">
  968.    <string>Lucida Grande</string>
  969.   </edit>
  970.  </match>
  971.  <!-- ********************  BASE SETTINGS  **********************  -->
  972.  <!-- These are the base settings for all rendered fonts.
  973.         We modify them for specific fonts later. -->
  974.  <match target="font">
  975.   <test name="rendering_style" qual="any">
  976.    <string>Infinality</string>
  977.   </test>
  978.   <edit mode="assign" name="rgba">
  979.    <const>rgb</const>
  980.   </edit>
  981.   <edit mode="assign" name="hinting">
  982.    <bool>true</bool>
  983.   </edit>
  984.   <edit mode="assign" name="autohint">
  985.    <bool>true</bool>
  986.   </edit>
  987.   <edit mode="assign" name="antialias">
  988.    <bool>true</bool>
  989.   </edit>
  990.   <edit mode="assign" name="hintstyle">
  991.    <const>hintslight</const>
  992.   </edit>
  993.   <edit mode="assign" name="lcdfilter">
  994.    <const>lcddefault</const>
  995.   </edit>
  996.  </match>
  997.  <match target="font">
  998.   <test name="rendering_style" qual="any">
  999.    <string>Windows 7</string>
  1000.   </test>
  1001.   <edit mode="assign" name="rgba">
  1002.    <const>rgb</const>
  1003.   </edit>
  1004.   <edit mode="assign" name="hinting">
  1005.    <bool>true</bool>
  1006.   </edit>
  1007.   <edit mode="assign" name="autohint">
  1008.    <bool>false</bool>
  1009.   </edit>
  1010.   <edit mode="assign" name="antialias">
  1011.    <bool>true</bool>
  1012.   </edit>
  1013.   <edit mode="assign" name="hintstyle">
  1014.    <const>hintfull</const>
  1015.   </edit>
  1016.   <edit mode="assign" name="lcdfilter">
  1017.    <const>lcddefault</const>
  1018.   </edit>
  1019.  </match>
  1020.  <match target="font">
  1021.   <test name="rendering_style" qual="any">
  1022.    <string>Windows XP</string>
  1023.   </test>
  1024.   <edit mode="assign" name="rgba">
  1025.    <const>rgb</const>
  1026.   </edit>
  1027.   <edit mode="assign" name="hinting">
  1028.    <bool>true</bool>
  1029.   </edit>
  1030.   <edit mode="assign" name="autohint">
  1031.    <bool>false</bool>
  1032.   </edit>
  1033.   <edit mode="assign" name="antialias">
  1034.    <bool>true</bool>
  1035.   </edit>
  1036.   <edit mode="assign" name="hintstyle">
  1037.    <const>hintfull</const>
  1038.   </edit>
  1039.   <edit mode="assign" name="lcdfilter">
  1040.    <const>lcddefault</const>
  1041.   </edit>
  1042.  </match>
  1043.  <match target="font">
  1044.   <test name="rendering_style" qual="any">
  1045.    <string>Windows 98</string>
  1046.   </test>
  1047.   <edit mode="assign" name="rgba">
  1048.    <const>rgb</const>
  1049.   </edit>
  1050.   <edit mode="assign" name="hinting">
  1051.    <bool>true</bool>
  1052.   </edit>
  1053.   <edit mode="assign" name="autohint">
  1054.    <bool>false</bool>
  1055.   </edit>
  1056.   <edit mode="assign" name="antialias">
  1057.    <bool>false</bool>
  1058.   </edit>
  1059.   <edit mode="assign" name="hintstyle">
  1060.    <const>hintfull</const>
  1061.   </edit>
  1062.   <edit mode="assign" name="lcdfilter">
  1063.    <const>lcddefault</const>
  1064.   </edit>
  1065.  </match>
  1066.  <match target="font">
  1067.   <test name="rendering_style" qual="any">
  1068.    <string>Apple</string>
  1069.   </test>
  1070.   <edit mode="assign" name="rgba">
  1071.    <const>rgb</const>
  1072.   </edit>
  1073.   <edit mode="assign" name="hinting">
  1074.    <bool>false</bool>
  1075.   </edit>
  1076.   <edit mode="assign" name="autohint">
  1077.    <bool>false</bool>
  1078.   </edit>
  1079.   <edit mode="assign" name="antialias">
  1080.    <bool>true</bool>
  1081.   </edit>
  1082.   <edit mode="assign" name="hintstyle">
  1083.    <const>hintnone</const>
  1084.   </edit>
  1085.   <edit mode="assign" name="lcdfilter">
  1086.    <const>lcddefault</const>
  1087.   </edit>
  1088.  </match>
  1089.  <match target="font">
  1090.   <test name="rendering_style" qual="any">
  1091.    <string>Fedora Linux</string>
  1092.   </test>
  1093.   <edit mode="assign" name="rgba">
  1094.    <const>none</const>
  1095.   </edit>
  1096.   <edit mode="assign" name="hinting">
  1097.    <bool>true</bool>
  1098.   </edit>
  1099.   <edit mode="assign" name="autohint">
  1100.    <bool>true</bool>
  1101.   </edit>
  1102.   <edit mode="assign" name="antialias">
  1103.    <bool>true</bool>
  1104.   </edit>
  1105.   <edit mode="assign" name="hintstyle">
  1106.    <const>hintfull</const>
  1107.   </edit>
  1108.   <edit mode="assign" name="lcdfilter">
  1109.    <const>lcdnone</const>
  1110.   </edit>
  1111.  </match>
  1112.  <!-- ********************  FONT GROUPS  **********************  -->
  1113.  <!-- Full Subpixel BCI for these fonts.  (Cleartype-like, circa Windows XP/Vista/7) -->
  1114.  <!-- These will take advantage of subpixel hinting if infinality patch installed. -->
  1115.  <!-- This should only be used by fonts that contain TrueType instructions, -->
  1116.  <!-- otherwise fonts will appear blurry. -->
  1117.  <match target="font">
  1118.   <test name="family" qual="any">
  1119.    <string>Andale Mono</string>
  1120.    <string>Andalus</string>
  1121.    <string>Angsana New</string>
  1122.    <string>AngsanaUPC</string>
  1123.    <string>Aquabase</string>
  1124.    <string>Arial Black</string>
  1125.    <string>Arial MT</string>
  1126.    <string>Arial Narrow</string>
  1127.    <string>Arial SF MT</string>
  1128.    <string>Arial Unicode MS</string>
  1129.    <string>Arial</string>
  1130.    <string>ArialMT</string>
  1131.    <string>Bitstream Vera Sans Mono</string>
  1132.    <string>Bitstream Vera Sans</string>
  1133.    <string>Bitstream Vera Serif</string>
  1134.    <string>Book Antiqua</string>
  1135.    <string>Bookman Old Style</string>
  1136.    <string>Browallia New</string>
  1137.    <string>BrowalliaUPC</string>
  1138.    <string>Calibri</string>
  1139.    <string>Cambria</string>
  1140.    <string>Candara</string>
  1141.    <string>Century Gothic</string>
  1142.    <string>Chalkduster</string>
  1143.    <string>Charcoal CY</string>
  1144.    <string>Charcoal</string>
  1145.    <string>Charis SIL</string>
  1146.    <string>Chicago</string>
  1147.    <string>Comic Sans MS</string>
  1148.    <string>Consolas</string>
  1149.    <string>Constantia</string>
  1150.    <string>Copperplate</string>
  1151.    <string>Corbel</string>
  1152.    <string>Cordia New</string>
  1153.    <string>CordiaUPC</string>
  1154.    <string>Courier 10 Pitch</string>
  1155.    <string>Courier New</string>
  1156.    <string>Courier</string>
  1157.    <string>Dark Courier</string>
  1158.    <string>DejaVu LGC Sans Mono</string>
  1159.    <string>DejaVu Sans Mono</string>
  1160.    <string>DejaVu Sans</string>
  1161.    <string>DejaVu Serif</string>
  1162.    <string>Estrangelo Edessa</string>
  1163.    <string>Euphemia</string>
  1164.    <string>FrankRuehl</string>
  1165.    <string>Franklin Gothic Medium</string>
  1166.    <string>Futura</string>
  1167.    <string>Gotham Book</string>
  1168.    <string>Gotham Light</string>
  1169.    <string>Gotham Medium</string>
  1170.    <string>Guatami</string>
  1171.    <string>Impact</string>
  1172.    <string>Latha</string>
  1173.    <string>Levinim MT</string>
  1174.    <string>Liberation Mono</string>
  1175.    <string>Liberation Sans</string>
  1176.    <string>Liberation Serif</string>
  1177.    <string>Lucida Console</string>
  1178.    <string>Lucida Grande</string>
  1179.    <string>Lucida Sans Unicode</string>
  1180.    <string>Luxi Mono</string>
  1181.    <string>Malgun Gothic</string>
  1182.    <string>Microsoft Himalaya</string>
  1183.    <string>Microsoft JhengHei</string>
  1184.    <string>Microsoft Sans Serif</string>
  1185.    <string>Microsoft Uighur</string>
  1186.    <string>Microsoft YaHei</string>
  1187.    <string>Microsoft Yi Baiti</string>
  1188.    <string>Miriam Fixed</string>
  1189.    <string>Molengo</string>
  1190.    <string>Monaco</string>
  1191.    <string>Mongolian Baiti</string>
  1192.    <string>MoolBoran</string>
  1193.    <string>Narkisim</string>
  1194.    <string>Nina</string>
  1195.    <string>Nyala</string>
  1196.    <string>Padauk</string>
  1197.    <string>Palatino Linotype</string>
  1198.    <string>Plantagenet Cherokee</string>
  1199.    <string>Raavi</string>
  1200.    <string>Segoe UI</string>
  1201.    <string>Segoe UI Semibold</string>
  1202.    <string>TITUS Cyberbit Basic</string>
  1203.    <string>Tahoma</string>
  1204.    <string>Times New Roman</string>
  1205.    <string>Traditional Arabic</string>
  1206.    <string>Trebuchet MS</string>
  1207.    <string>Tunga</string>
  1208.    <string>Verdana</string>
  1209.    <string>Vrinda</string>
  1210.    <string>Yanone Kaffeesatz</string>
  1211.   </test>
  1212.   <edit target="font" mode="assign" name="font_type">
  1213.    <string>TT Instructed Font</string>
  1214.   </edit>
  1215.   <!--<edit mode="assign" name="hinting" >
  1216.                         <bool>true</bool>
  1217.                 </edit>
  1218.                 <edit mode="assign" name="autohint" >
  1219.                         <bool>false</bool>
  1220.                 </edit>
  1221.                 <edit mode="assign" name="antialias" >
  1222.                         <bool>true</bool>
  1223.                       </edit>
  1224.                 <edit mode="assign" name="hintstyle" >
  1225.                         <const>hintfull</const>
  1226.                 </edit>-->
  1227.  </match>
  1228.  <match target="font">
  1229.   <test name="font_type" qual="any">
  1230.    <string>TT Instructed Font</string>
  1231.   </test>
  1232.   <test name="rendering_style" qual="any">
  1233.    <string>Infinality</string>
  1234.    <string>Windows 7</string>
  1235.    <string>Windows XP</string>
  1236.   </test>
  1237.   <edit mode="assign" name="antialias">
  1238.    <bool>true</bool>
  1239.   </edit>
  1240.   <edit mode="assign" name="hintstyle">
  1241.    <const>hintfull</const>
  1242.   </edit>
  1243.   <edit mode="assign" name="autohint">
  1244.    <bool>false</bool>
  1245.   </edit>
  1246.  </match>
  1247.  <match target="font">
  1248.   <test name="font_type" qual="any">
  1249.    <string>TT Instructed Font</string>
  1250.   </test>
  1251.   <test name="rendering_style" qual="any">
  1252.    <string>Windows 98</string>
  1253.   </test>
  1254.   <edit mode="assign" name="antialias">
  1255.    <bool>false</bool>
  1256.   </edit>
  1257.   <edit mode="assign" name="hintstyle">
  1258.    <const>hintfull</const>
  1259.   </edit>
  1260.   <edit mode="assign" name="autohint">
  1261.    <bool>false</bool>
  1262.   </edit>
  1263.  </match>
  1264.  <match target="font">
  1265.   <test name="font_type" qual="any">
  1266.    <string>TT Instructed Font</string>
  1267.   </test>
  1268.   <test name="rendering_style" qual="any">
  1269.    <string>Apple</string>
  1270.   </test>
  1271.   <edit mode="assign" name="antialias">
  1272.    <bool>true</bool>
  1273.   </edit>
  1274.   <edit mode="assign" name="hintstyle">
  1275.    <const>hintnone</const>
  1276.   </edit>
  1277.   <edit mode="assign" name="autohint">
  1278.    <bool>true</bool>
  1279.   </edit>
  1280.  </match>
  1281.  <!-- Make these fonts use autohint slight hinting -->
  1282.  <!-- Makes only horizontal stems align to pixels.  Truer to glyph -->
  1283.  <match target="font">
  1284.   <test name="family" qual="any">
  1285.    <string>AR PL ShanHeiSun Uni</string>
  1286.    <string>American Typewriter</string>
  1287.    <string>Apple Chancery</string>
  1288.    <string>Apple Garamond Light</string>
  1289.    <string>Apple Garamond</string>
  1290.    <string>AppleGothic</string>
  1291.    <string>Apple Symbols</string>
  1292.    <string>Arabic Typesetting</string>
  1293.    <string>Baekmuk Gulim</string>
  1294.    <string>Baskerville</string>
  1295.    <string>Big Caslon</string>
  1296.    <string>Bitstream Charter</string>
  1297.    <string>BrushScript</string>
  1298.    <string>Cantarell</string>
  1299.    <string>CantarellRegular</string>
  1300.    <string>Cantarell Regular</string>
  1301.    <string>Cardo</string>
  1302.    <string>Century Schoolbook L</string>
  1303.    <string>Century</string>
  1304.    <string>Charis SIL</string>
  1305.    <string>Chalkboard</string>
  1306.    <string>CMU Bright</string>
  1307.    <string>Cochin</string>
  1308.    <string>Comfortaa</string>
  1309.    <string>Comfortaa Regular</string>
  1310.    <string>ComfortaaRegular</string>
  1311.    <string>Courier Std</string>
  1312.    <string>Courier10 BT</string>
  1313.    <string>Crimson Text</string>
  1314.    <string>David</string>
  1315.    <string>Delicious</string>
  1316.    <string>Didot</string>
  1317.    <string>DilenniaUPC</string>
  1318.    <string>District</string>
  1319.    <string>DokChampa</string>
  1320.    <string>Droid Sans Mono</string>
  1321.    <string>Droid Sans</string>
  1322.    <string>Droid Serif</string>
  1323.    <string>Dutch801 Rm BT</string>
  1324.    <string>EucrosiaUPC</string>
  1325.    <string>FreeMono</string>
  1326.    <string>FreeSans</string>
  1327.    <string>FreeSerif</string>
  1328.    <string>FreesiaUPC</string>
  1329.    <string>Frutiger LT Std</string>
  1330.    <string>Frutiger Linotype</string>
  1331.    <string>Frutiger-Normal</string>
  1332.    <string>Garamond</string>
  1333.    <string>Gautami</string>
  1334.    <string>Geneva CY</string>
  1335.    <string>Geneva Regular</string>
  1336.    <string>Geneva</string>
  1337.    <string>Gentium</string>
  1338.    <string>Georgia</string>
  1339.    <string>Gill Sans</string>
  1340.    <string>Hard Gothic</string>
  1341.    <string>Helvetica</string>
  1342.    <string>Helvetica CY</string>
  1343.    <string>Helvetica Neue</string>
  1344.    <string>Herculanum</string>
  1345.    <string>Hoefler Text</string>
  1346.    <string>IM Fell</string>
  1347.    <string>Inconsolata</string>
  1348.    <string>IrisUPC</string>
  1349.    <string>JasmineUPC</string>
  1350.    <string>Jomolhari</string>
  1351.    <string>Josefin Sans Std Light</string>
  1352.    <string>Kai</string>
  1353.    <string>Kalinga</string>
  1354.    <string>KodchiangUPC</string>
  1355.    <string>Laconic</string>
  1356.    <string>Lacuna</string>
  1357.    <string>Levenim MT</string>
  1358.    <string>LilyUPC</string>
  1359.    <string>LilyUPC</string>
  1360.    <string>Linux Biolinum</string>
  1361.    <string>Linux Libertine</string>
  1362.    <string>Lobster</string>
  1363.    <string>Lohit Bengali</string>
  1364.    <string>Lohit Gujarati</string>
  1365.    <string>Lohit Hindi</string>
  1366.    <string>Lohit Hindi</string>
  1367.    <string>Lohit Kannada</string>
  1368.    <string>Lohit Malayalam</string>
  1369.    <string>Lohit Oriya</string>
  1370.    <string>Lohit Punjabi</string>
  1371.    <string>Lohit Tamil</string>
  1372.    <string>Lohit Telugu</string>
  1373.    <string>Lucida Sans Std</string>
  1374.    <string>Luxi Sans</string>
  1375.    <string>Luxi Serif</string>
  1376.    <string>M+ 2p</string>
  1377.    <string>Marker Felt</string>
  1378.    <string>Megalopolis</string>
  1379.    <string>MetaMedium-Roman</string>
  1380.    <string>Metabook-Roman</string>
  1381.    <string>MgOpen Canonica</string>
  1382.    <string>MgOpen Cosmetica</string>
  1383.    <string>MgOpen Modata</string>
  1384.    <string>MgOpen Moderna</string>
  1385.    <string>Myriad Pro</string>
  1386.    <string>Miriam</string>
  1387.    <string>MS Mincho</string>
  1388.    <string>MyriadRegular</string>
  1389.    <string>Neuton</string>
  1390.    <string>Nimbus Roman No9 L</string>
  1391.    <string>Nimbus Mono L</string>
  1392.    <string>Nimbus Sans</string>
  1393.    <string>Nimbus Sans L</string>
  1394.    <string>Nobile</string>
  1395.    <string>Nobile002</string>
  1396.    <string>Nobile-bold</string>
  1397.    <string>Nobile-italic002</string>
  1398.    <string>Nobile-bold-italic002</string>
  1399.    <string>OFL Sorts Mill Goudy TT</string>
  1400.    <string>Ocean Sans Std</string>
  1401.    <string>Old Standard TT</string>
  1402.    <string>Optima</string>
  1403.    <!--- needs work but may be able to be promoted eventually -->
  1404.    <string>OTS derived font</string>
  1405.    <string>OTS derivied font</string>
  1406.    <!-- bug in chrome code? -->
  1407.    <string>Palladio</string>
  1408.    <string>Papyrus</string>
  1409.    <string>PrimaSans BT</string>
  1410.    <string>proxima-nova-1</string>
  1411.    <string>proxima-nova-2</string>
  1412.    <string>proxima nova</string>
  1413.    <string>proxima nova bold</string>
  1414.    <string>proxima nova regular</string>
  1415.    <string>Reenie Beanie</string>
  1416.    <string>SimHei</string>
  1417.    <string>Skia</string>
  1418.    <string>Swansea</string>
  1419.    <string>Swiss721</string>
  1420.    <string>Sylfaen</string>
  1421.    <string>Tangerine</string>
  1422.    <string>Times LT Std</string>
  1423.    <string>Times New Roman MT Std</string>
  1424.    <string>Times Roman</string>
  1425.    <string>Times Ten LT Std</string>
  1426.    <string>Univers LT Std</string>
  1427.    <string>URWClassico</string>
  1428.    <string>Utopia</string>
  1429.    <string>Verdimka</string>
  1430.    <string>Vollkorn</string>
  1431.    <string>Yanone Kaffeesatz</string>
  1432.    <string>Zapfino</string>
  1433.    <string>cmbx10</string>
  1434.    <string>cmex10</string>
  1435.    <string>cmmi10</string>
  1436.    <string>cmr10</string>
  1437.    <string>cmsy10</string>
  1438.    <string>cmtt10</string>
  1439.    <string>eufm10</string>
  1440.    <string>msam10</string>
  1441.    <string>msbm10</string>
  1442.    <string>wasy10</string>
  1443.    <string>Eurostile LT Std</string>
  1444.   </test>
  1445.   <edit target="font" mode="assign" name="font_type">
  1446.    <string>NON TT Instructed Font</string>
  1447.   </edit>
  1448.  </match>
  1449.  <match target="font">
  1450.   <test name="rendering_style" qual="any">
  1451.    <string>Infinality</string>
  1452.    <string>Windows 7</string>
  1453.    <string>Windows XP</string>
  1454.    <string>Linux</string>
  1455.    <string>Fedora Linux</string>
  1456.   </test>
  1457.   <test target="font" name="font_type">
  1458.    <string>NON TT Instructed Font</string>
  1459.   </test>
  1460.   <edit mode="assign" name="autohint">
  1461.    <bool>true</bool>
  1462.   </edit>
  1463.   <edit mode="assign" name="hintstyle">
  1464.    <const>hintslight</const>
  1465.   </edit>
  1466.   <edit mode="assign" name="hinting">
  1467.    <bool>true</bool>
  1468.   </edit>
  1469.   <edit mode="assign" name="antialias">
  1470.    <bool>true</bool>
  1471.   </edit>
  1472.  </match>
  1473.  <!-- For Windows 98 do "smooth edges" for these non-BCI fonts -->
  1474.  <match target="font">
  1475.   <test name="rendering_style" qual="any">
  1476.    <string>Windows 98</string>
  1477.   </test>
  1478.   <test target="font" name="font_type">
  1479.    <string>NON TT Instructed Font</string>
  1480.   </test>
  1481.   <edit mode="assign" name="rgba">
  1482.    <const>none</const>
  1483.   </edit>
  1484.   <edit mode="assign" name="hinting">
  1485.    <bool>true</bool>
  1486.   </edit>
  1487.   <edit mode="assign" name="autohint">
  1488.    <bool>true</bool>
  1489.   </edit>
  1490.   <edit mode="assign" name="antialias">
  1491.    <bool>true</bool>
  1492.   </edit>
  1493.  </match>
  1494.  <!-- For Windows 98 do "smooth edges" for Bold Fonts over 14 px -->
  1495.  <match target="font">
  1496.   <test name="rendering_style" qual="any">
  1497.    <string>Windows 98</string>
  1498.   </test>
  1499.   <test compare="more" name="weight">
  1500.    <const>medium</const>
  1501.   </test>
  1502.   <test compare="more_eq" name="pixelsize" qual="any">
  1503.    <double>14</double>
  1504.   </test>
  1505.   <edit mode="assign" name="rgba">
  1506.    <const>none</const>
  1507.   </edit>
  1508.   <edit mode="assign" name="hinting">
  1509.    <bool>true</bool>
  1510.   </edit>
  1511.   <edit mode="assign" name="autohint">
  1512.    <bool>false</bool>
  1513.   </edit>
  1514.   <edit mode="assign" name="antialias">
  1515.    <bool>true</bool>
  1516.   </edit>
  1517.  </match>
  1518.  <!-- For Windows 98 do "smooth edges" for fonts above 17 px -->
  1519.  <match target="font">
  1520.   <test name="rendering_style" qual="any">
  1521.    <string>Windows 98</string>
  1522.   </test>
  1523.   <test compare="more_eq" name="pixelsize" qual="any">
  1524.    <double>18</double>
  1525.   </test>
  1526.   <edit mode="assign" name="rgba">
  1527.    <const>none</const>
  1528.   </edit>
  1529.   <edit mode="assign" name="hinting">
  1530.    <bool>true</bool>
  1531.   </edit>
  1532.   <edit mode="assign" name="autohint">
  1533.    <bool>false</bool>
  1534.   </edit>
  1535.   <edit mode="assign" name="antialias">
  1536.    <bool>true</bool>
  1537.   </edit>
  1538.  </match>
  1539.  <!-- OVERRIDE ABOVE SETTINGS -->
  1540.  <!-- Monochrome BCI for these non-bold fonts (circa Windows 98) -->
  1541.  <!-- This should only be used by fonts that contain TrueType instructions -->
  1542.  <match target="font">
  1543.   <test name="family" qual="any">
  1544.    <string>xxx-NOTHING-xxx</string>
  1545.   </test>
  1546.   <edit mode="assign" name="hinting">
  1547.    <bool>true</bool>
  1548.   </edit>
  1549.   <edit mode="assign" name="autohint">
  1550.    <bool>false</bool>
  1551.   </edit>
  1552.   <edit mode="assign" name="antialias">
  1553.    <bool>false</bool>
  1554.   </edit>
  1555.   <edit mode="assign" name="hintstyle">
  1556.    <const>hintfull</const>
  1557.   </edit>
  1558.  </match>
  1559.  <!-- OVERRIDE ABOVE SETTINGS -->
  1560.  <!-- Make these fonts use no antialiasing or hinting (circa DOS / X11) -->
  1561.  <match target="font">
  1562.   <test name="family" qual="any">
  1563.    <string>ProFontWindows</string>
  1564.    <string>Terminus</string>
  1565.    <string>Terminus (ttf)</string>
  1566.   </test>
  1567.   <edit mode="assign" name="hintstyle">
  1568.    <const>hintnone</const>
  1569.   </edit>
  1570.   <edit mode="assign" name="antialias">
  1571.    <bool>false</bool>
  1572.   </edit>
  1573.   <edit mode="assign" name="hinting">
  1574.    <bool>false</bool>
  1575.   </edit>
  1576.   <!--<edit name="prefer_bitmap">
  1577.                         <bool>true</bool>
  1578.                   </edit>-->
  1579.  </match>
  1580.  <!-- OVERRIDE ABOVE SETTINGS -->
  1581.  <!-- Full autohint -->
  1582.  <!-- Makes vertical/horizontal stems align to pixels, but is not true to the glyphs -->
  1583.  <!-- Some glyphs may look forced into place, however they are very sharp -->
  1584.  <match target="font">
  1585.   <test name="family" qual="any">
  1586.    <string>xxx-NOTHING-xxx</string>
  1587.   </test>
  1588.   <edit mode="assign" name="hinting">
  1589.    <bool>true</bool>
  1590.   </edit>
  1591.   <edit mode="assign" name="autohint">
  1592.    <bool>true</bool>
  1593.   </edit>
  1594.   <edit mode="assign" name="antialias">
  1595.    <bool>true</bool>
  1596.   </edit>
  1597.   <edit mode="assign" name="hintstyle">
  1598.    <const>hintfull</const>
  1599.   </edit>
  1600.  </match>
  1601.  <!-- OVERRIDE ABOVE SETTINGS -->
  1602.  <!-- Light autohint on italics -->
  1603.  <!-- Use for anything that is full auto or TT hinted above -->
  1604.  <match target="font">
  1605.   <test name="family" qual="any">
  1606.    <string>xxx-NOTHING-xxx</string>
  1607.   </test>
  1608.   <test target="pattern" compare="not_eq" name="slant">
  1609.    <const>roman</const>
  1610.   </test>
  1611.   <edit mode="assign" name="hinting">
  1612.    <bool>true</bool>
  1613.   </edit>
  1614.   <edit mode="assign" name="autohint">
  1615.    <bool>true</bool>
  1616.   </edit>
  1617.   <edit mode="assign" name="antialias">
  1618.    <bool>true</bool>
  1619.   </edit>
  1620.   <edit mode="assign" name="hintstyle">
  1621.    <const>hintslight</const>
  1622.   </edit>
  1623.  </match>
  1624.  <!-- *************  FORCED ARTIFICIAL ITALIC / BOLD ******************  -->
  1625.  <!-- "Unforced" artificial/italic already included in /etc/fonts/conf.d/ rules -->
  1626.  <!-- Force artificial italic instead of the font's default italic -->
  1627.  <!-- In rare cases this is more visually appealing -->
  1628.  <!-- Set the flag -->
  1629.  <match target="pattern">
  1630.   <test target="font" compare="eq" name="family" qual="any">
  1631.    <string>-------Courier</string>
  1632.    <!-- Somehow this breaks QT -->
  1633.   </test>
  1634.   <!-- match requests for non-roman face -->
  1635.   <test compare="not_eq" name="slant">
  1636.    <const>roman</const>
  1637.   </test>
  1638.   <!-- remember that this should be slanted -->
  1639.   <edit name="fake_slant">
  1640.    <bool>true</bool>
  1641.   </edit>
  1642.   <!--- change to match a roman face instead -->
  1643.   <edit name="slant">
  1644.    <const>roman</const>
  1645.   </edit>
  1646.  </match>
  1647.  <!-- Force flagged fonts to have artificial oblique -->
  1648.  <match target="font">
  1649.   <!-- check to see if the font is roman -->
  1650.   <test name="slant">
  1651.    <const>roman</const>
  1652.   </test>
  1653.   <!-- look for fonts which were marked for fake obliquing -->
  1654.   <test name="fake_slant">
  1655.    <bool>true</bool>
  1656.   </test>
  1657.   <!-- multiply the matrix to slant the font -->
  1658.   <edit mode="assign" name="matrix">
  1659.    <times>
  1660.     <name>matrix</name>
  1661.     <matrix>
  1662.      <double>1.0</double>
  1663.      <double>0.2</double>
  1664.      <double>0</double>
  1665.      <double>1</double>
  1666.     </matrix>
  1667.    </times>
  1668.   </edit>
  1669.   <!-- pretend the font is oblique now -->
  1670.   <edit mode="assign" name="slant">
  1671.    <const>oblique</const>
  1672.   </edit>
  1673.  </match>
  1674.  <!-- Force fake bold instead of the font's default bold -->
  1675.  <!-- In rare cases this is more visually appealing -->
  1676.  <!-- Set the flag -->
  1677.  <match target="pattern">
  1678.   <test target="font" compare="eq" name="family" qual="any">
  1679.    <string>xxx-NOTHING-xxx</string>
  1680.   </test>
  1681.   <!-- match requests for bold face -->
  1682.   <test compare="more" name="weight">
  1683.    <const>medium</const>
  1684.   </test>
  1685.   <!-- remember that this should be bolded -->
  1686.   <edit name="fake_bold">
  1687.    <bool>true</bool>
  1688.   </edit>
  1689.   <!--- change to match a medium weight instead -->
  1690.   <edit name="weight">
  1691.    <const>medium</const>
  1692.   </edit>
  1693.  </match>
  1694.  <!-- Force flagged fonts to have artificial bold -->
  1695.  <match target="font">
  1696.   <!-- look for fonts which were marked for fake bolding -->
  1697.   <test name="fake_bold">
  1698.    <bool>true</bool>
  1699.   </test>
  1700.   <!-- Set the embolden flag -->
  1701.   <edit mode="assign" name="embolden">
  1702.    <bool>true</bool>
  1703.   </edit>
  1704.   <!-- pretend the font is bold now -->
  1705.   <edit mode="assign" name="weight">
  1706.    <const>bold</const>
  1707.   </edit>
  1708.  </match>
  1709.  <!-- Prevent BCI fonts in Win98 mode from getting artificial italic -->
  1710.  <match target="font">
  1711.   <test name="rendering_style" qual="any">
  1712.    <string>Windows 98</string>
  1713.   </test>
  1714.   <test target="font" name="font_type">
  1715.    <string>TT Instructed Font</string>
  1716.   </test>
  1717.   <!-- check to see if the font is roman -->
  1718.   <test name="slant">
  1719.    <const>roman</const>
  1720.   </test>
  1721.   <!-- match requests for non-roman face -->
  1722.   <test target="pattern" compare="not_eq" name="slant">
  1723.    <const>roman</const>
  1724.   </test>
  1725.   <!-- pretend the font is oblique now -->
  1726.   <edit mode="assign" name="slant">
  1727.    <const>oblique</const>
  1728.   </edit>
  1729.  </match>
  1730.  <!-- Prevent BCI fonts in Win98 mode from getting artificial emboldened -->
  1731.  <match target="font">
  1732.   <test name="rendering_style" qual="any">
  1733.    <string>Windows 98</string>
  1734.   </test>
  1735.   <test target="font" name="font_type">
  1736.    <string>TT Instructed Font</string>
  1737.   </test>
  1738.   <!-- check to see if the font is just regular -->
  1739.   <test compare="less_eq" name="weight">
  1740.    <const>medium</const>
  1741.   </test>
  1742.   <!-- check to see if the pattern requests bold -->
  1743.   <test target="pattern" compare="more" name="weight">
  1744.    <const>medium</const>
  1745.   </test>
  1746.   <!-- pretend it's bold now -->
  1747.   <edit mode="assign" name="weight">
  1748.    <const>bold</const>
  1749.   </edit>
  1750.  </match>
  1751.  <!-- ********************  FINAL SETTINGS **********************  -->
  1752.  <!-- Make verdana 9 and 10 appear like they do on Windows -->
  1753.  <!-- Does not work with Google Chrome, but does in Firefox -->
  1754.  <match target="font">
  1755.   <test name="rendering_style" qual="any">
  1756.    <string>Infinality</string>
  1757.    <string>Windows 7</string>
  1758.    <string>Windows XP</string>
  1759.   </test>
  1760.   <test name="family" qual="any">
  1761.    <string>Verdana</string>
  1762.   </test>
  1763.   <test compare="less" name="weight">
  1764.    <const>bold</const>
  1765.   </test>
  1766.   <test compare="more_eq" name="pixelsize" qual="any">
  1767.    <double>8.5</double>
  1768.   </test>
  1769.   <test compare="less" name="pixelsize" qual="any">
  1770.    <double>10.5</double>
  1771.   </test>
  1772.   <edit mode="assign" name="matrix">
  1773.    <times>
  1774.     <name>matrix</name>
  1775.     <matrix>
  1776.      <double>1.1</double>
  1777.      <double>0.0</double>
  1778.      <double>0.0</double>
  1779.      <double>1.0</double>
  1780.     </matrix>
  1781.    </times>
  1782.   </edit>
  1783.  </match>
  1784.  <!-- Make verdana 12 appear like it does on Windows -->
  1785.  <!-- Does not work with Google Chrome, but does in Firefox -->
  1786.  <match target="font">
  1787.   <test name="rendering_style" qual="any">
  1788.    <string>Infinality</string>
  1789.    <string>Windows 7</string>
  1790.    <string>Windows XP</string>
  1791.   </test>
  1792.   <test name="family" qual="any">
  1793.    <string>Verdana</string>
  1794.   </test>
  1795.   <test compare="less" name="weight">
  1796.    <const>bold</const>
  1797.   </test>
  1798.   <test compare="more_eq" name="pixelsize" qual="any">
  1799.    <double>11.5</double>
  1800.   </test>
  1801.   <test compare="less" name="pixelsize" qual="any">
  1802.    <double>12.5</double>
  1803.   </test>
  1804.   <edit mode="assign" name="matrix">
  1805.    <times>
  1806.     <name>matrix</name>
  1807.     <matrix>
  1808.      <double>1.05</double>
  1809.      <double>0.0</double>
  1810.      <double>0.0</double>
  1811.      <double>1.0</double>
  1812.     </matrix>
  1813.    </times>
  1814.   </edit>
  1815.  </match>
  1816.  <!-- All fonts should use slight hinting below 8.5 px -->
  1817.  <match target="font">
  1818.   <test name="rendering_style" qual="any">
  1819.    <string>Infinality</string>
  1820.    <string>Windows 7</string>
  1821.    <string>Windows XP</string>
  1822.   </test>
  1823.   <test compare="less" name="pixelsize" qual="any">
  1824.    <double>8.5</double>
  1825.   </test>
  1826.   <edit mode="assign" name="hintstyle">
  1827.    <const>hintslight</const>
  1828.   </edit>
  1829.   <edit mode="assign" name="autohint">
  1830.    <bool>true</bool>
  1831.   </edit>
  1832.  </match>
  1833.  <!-- All fonts should use full hinting above 22 px
  1834.         <match target="font" >
  1835.                 <test compare="more_eq" name="pixelsize" qual="any" >
  1836.                         <double>22.5</double>
  1837.                 </test>
  1838.                 <edit mode="assign" name="hintstyle" >
  1839.                         <const>hintfull</const>
  1840.                 </edit>
  1841.                 <edit mode="assign" name="autohint" >
  1842.                         <bool>true</bool>
  1843.                 </edit>
  1844.         </match> -->
  1845.  <!-- These full hinted fonts should use slight hinting below 12 px -->
  1846.  <match target="font">
  1847.   <test name="family" qual="any">
  1848.    <string>Arial Black</string>
  1849.   </test>
  1850.   <test compare="less" name="pixelsize" qual="any">
  1851.    <double>11.5</double>
  1852.   </test>
  1853.   <edit mode="assign" name="hintstyle">
  1854.    <const>hintslight</const>
  1855.   </edit>
  1856.   <edit mode="assign" name="autohint">
  1857.    <bool>true</bool>
  1858.   </edit>
  1859.  </match>
  1860.  <!-- These full hinted fonts should use slight hinting below 14 px -->
  1861.  <match target="font">
  1862.   <test name="family" qual="any">
  1863.    <string>Aquabase</string>
  1864.    <string>Browallia New</string>
  1865.    <string>BrowalliaUPC</string>
  1866.   </test>
  1867.   <test compare="less" name="pixelsize" qual="any">
  1868.    <double>13.5</double>
  1869.   </test>
  1870.   <edit mode="assign" name="hintstyle">
  1871.    <const>hintslight</const>
  1872.   </edit>
  1873.   <edit mode="assign" name="autohint">
  1874.    <bool>true</bool>
  1875.   </edit>
  1876.  </match>
  1877.  <!-- Gentium has issues with the infinality autohint patch -->
  1878.  <match target="font">
  1879.   <test name="font_type" qual="any">
  1880.    <string>Gentium</string>
  1881.   </test>
  1882.   <test compare="less" name="pixelsize" qual="any">
  1883.    <double>10.5</double>
  1884.   </test>
  1885.   <edit mode="assign" name="antialias">
  1886.    <bool>true</bool>
  1887.   </edit>
  1888.   <edit mode="assign" name="hintstyle">
  1889.    <const>hintnone</const>
  1890.   </edit>
  1891.  </match>
  1892.  <!-- Italic Courier looks bad with BCI hinting -->
  1893.  <match target="font">
  1894.   <test name="family" qual="any">
  1895.    <string>Courier</string>
  1896.   </test>
  1897.   <!-- match requests for non-roman face -->
  1898.   <test compare="not_eq" name="slant">
  1899.    <const>roman</const>
  1900.   </test>
  1901.   <edit mode="assign" name="hintstyle">
  1902.    <const>hintslight</const>
  1903.   </edit>
  1904.   <edit mode="assign" name="autohint">
  1905.    <bool>true</bool>
  1906.   </edit>
  1907.  </match>
  1908.  <!--  Rescan configuration every 10 seconds when FcFontSetList is called -->
  1909.  <rescan>
  1910.   <int>10</int>
  1911.  </rescan>
  1912.  <!-- Global Override for Debugging -->
  1913.  <!--
  1914.         <match target="font" >
  1915.                 <edit mode="assign" name="rgba" >
  1916.                         <const>rgb</const>
  1917.                 </edit>
  1918.                 <edit mode="assign" name="hinting" >
  1919.                         <bool>true</bool>
  1920.                 </edit>
  1921.                 <edit mode="assign" name="autohint" >
  1922.                         <bool>false</bool>
  1923.                 </edit>
  1924.                 <edit mode="assign" name="antialias" >
  1925.                         <bool>true</bool>
  1926.                 </edit>
  1927.                 <edit mode="assign" name="hintstyle" >
  1928.                         <const>hintfull</const>
  1929.                 </edit>
  1930.                 <edit name="lcdfilter" mode="assign">
  1931.                         <const>lcddefault</const>
  1932.                 </edit>
  1933.         </match>
  1934.         -->
  1935.  <dir>~/.fonts</dir>
  1936. </fontconfig>