2006-09-03 08:10:59 +02:00
|
|
|
<?xml version="1.0"?>
|
2020-03-28 15:01:35 +01:00
|
|
|
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
2006-09-03 08:10:59 +02:00
|
|
|
<fontconfig>
|
|
|
|
<!-- Fix-ups for Delicious family -->
|
|
|
|
|
|
|
|
<!-- Delicious 'heavy' variant says its Medium weight -->
|
|
|
|
<match target="scan">
|
2012-04-11 12:52:35 +02:00
|
|
|
<test name="family" compare="eq" ignore-blanks="true">
|
2006-09-03 08:10:59 +02:00
|
|
|
<string>Delicious</string>
|
|
|
|
</test>
|
|
|
|
<test name="style">
|
|
|
|
<string>Heavy</string>
|
|
|
|
</test>
|
|
|
|
<edit name="weight">
|
|
|
|
<const>heavy</const>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
|
|
|
|
</fontconfig>
|