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. -->
|
<!-- Smooth fonts. -->
|
||||||
<match target="font">
|
<match target="font">
|
||||||
<edit mode="assign" name="rgba">
|
<edit mode="assign" name="rgba">
|
||||||
<const>none</const>
|
<const>rgb</const>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
<match target="font">
|
<match target="font">
|
||||||
|
@ -27,6 +27,11 @@
|
||||||
<const>lcddefault</const>
|
<const>lcddefault</const>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
<match target="font">
|
||||||
|
<edit mode="assign" name="autohint">
|
||||||
|
<bool>false</bool>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
<!-- Assign the basic serif, sans-serif, and monospace font families. -->
|
<!-- Assign the basic serif, sans-serif, and monospace font families. -->
|
||||||
<match target="pattern">
|
<match target="pattern">
|
||||||
<test qual="any" name="family">
|
<test qual="any" name="family">
|
||||||
|
|
Loading…
Reference in a new issue