Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
<?xml version="1.0"?>
2
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3
<fontconfig>
4
<!-- Fix-ups for Delicious family -->
5
 
6
<!-- Delicious 'heavy' variant says its Medium weight -->
7
<match target="scan">
8
	<test name="family">
9
		<string>Delicious</string>
10
	</test>
11
	<test name="style">
12
		<string>Heavy</string>
13
	</test>
14
	<edit name="weight">
15
		<const>heavy</const>
16
	</edit>
17
</match>
18
 
19
</fontconfig>