annotate toolboxes/graph_visualisation/etc/fonts/conf.avail/49-sansserif.conf @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
rev   line source
wolffd@0 1 <?xml version="1.0"?>
wolffd@0 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
wolffd@0 3 <fontconfig>
wolffd@0 4 <!--
wolffd@0 5 If the font still has no generic name, add sans-serif
wolffd@0 6 -->
wolffd@0 7 <match target="pattern">
wolffd@0 8 <test qual="all" name="family" compare="not_eq">
wolffd@0 9 <string>sans-serif</string>
wolffd@0 10 </test>
wolffd@0 11 <test qual="all" name="family" compare="not_eq">
wolffd@0 12 <string>serif</string>
wolffd@0 13 </test>
wolffd@0 14 <test qual="all" name="family" compare="not_eq">
wolffd@0 15 <string>monospace</string>
wolffd@0 16 </test>
wolffd@0 17 <edit name="family" mode="append_last">
wolffd@0 18 <string>sans-serif</string>
wolffd@0 19 </edit>
wolffd@0 20 </match>
wolffd@0 21 </fontconfig>