Fontconfig: webkit 'clean' font tag fix

master
Pierre Neidhardt 2013-08-02 21:04:13 +02:00
parent 6490f793ef
commit ec30f78196
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<!-- Webkit ugly bitmap font fix when Clean tag is set-->
<fontconfig>
<selectfont>
<rejectfont>
<pattern>
<patelt name="family">
<string>Clean</string>
</patelt>
</pattern>
</rejectfont>
</selectfont>
</fontconfig>