]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graphviz/dot/etc/fonts/conf.avail/80-delicious.conf
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graphviz / dot / etc / fonts / conf.avail / 80-delicious.conf
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>