annotate toolboxes/graph_visualisation/etc/fonts/conf.avail/80-delicious.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 <!-- /etc/fonts/conf.d/60-delicious.conf -->
wolffd@0 4 <fontconfig>
wolffd@0 5 <!-- Fix-ups for Delicious family -->
wolffd@0 6
wolffd@0 7 <!-- Delicious 'heavy' variant says its Medium weight -->
wolffd@0 8 <match target="scan">
wolffd@0 9 <test name="family">
wolffd@0 10 <string>Delicious</string>
wolffd@0 11 </test>
wolffd@0 12 <test name="style">
wolffd@0 13 <string>Heavy</string>
wolffd@0 14 </test>
wolffd@0 15 <edit name="weight">
wolffd@0 16 <const>heavy</const>
wolffd@0 17 </edit>
wolffd@0 18 </match>
wolffd@0 19
wolffd@0 20 </fontconfig>