Switch back to RGB and disable autohint
This commit is contained in:
parent
797993e44a
commit
2e3c599014
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<!-- Smooth fonts. -->
|
||||
<match target="font">
|
||||
<edit mode="assign" name="rgba">
|
||||
<const>none</const>
|
||||
<const>rgb</const>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
|
@ -27,6 +27,11 @@
|
|||
<const>lcddefault</const>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<edit mode="assign" name="autohint">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<!-- Assign the basic serif, sans-serif, and monospace font families. -->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family">
|
||||
|
|
Loading…
Reference in a new issue