Reverted to using customized fontconfig settings.
This commit is contained in:
parent
e61b39490b
commit
7848e7f3b9
23 changed files with 2690 additions and 0 deletions
19
win32/etc/fonts/conf.d/80-delicious.conf
Normal file
19
win32/etc/fonts/conf.d/80-delicious.conf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
||||
<fontconfig>
|
||||
<!-- Fix-ups for Delicious family -->
|
||||
|
||||
<!-- Delicious 'heavy' variant says its Medium weight -->
|
||||
<match target="scan">
|
||||
<test name="family" compare="eq" ignore-blanks="true">
|
||||
<string>Delicious</string>
|
||||
</test>
|
||||
<test name="style">
|
||||
<string>Heavy</string>
|
||||
</test>
|
||||
<edit name="weight">
|
||||
<const>heavy</const>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
</fontconfig>
|
||||
Loading…
Add table
Add a link
Reference in a new issue