comparison toolboxes/graph_visualisation/etc/fonts/conf.d/80-delicious.conf @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e9a9cd732c1e
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <!-- /etc/fonts/conf.d/60-delicious.conf -->
4 <fontconfig>
5 <!-- Fix-ups for Delicious family -->
6
7 <!-- Delicious 'heavy' variant says its Medium weight -->
8 <match target="scan">
9 <test name="family">
10 <string>Delicious</string>
11 </test>
12 <test name="style">
13 <string>Heavy</string>
14 </test>
15 <edit name="weight">
16 <const>heavy</const>
17 </edit>
18 </match>
19
20 </fontconfig>