https://bugzilla.redhat.com/show_bug.cgi?id=1062903



--- Comment #2 from Pierre Ossman <[email protected]> ---
This is the workaround I have in place:

$ cat /etc/fonts/conf.d/65-cantarell.conf 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
        <match target="font">
          <test name="family">
             <string>Cantarell</string>
          </test>
          <edit name="autohint" mode="assign">
             <bool>true</bool>
          </edit>
        </match>
</fontconfig>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=l5rQYlmiyu&a=cc_unsubscribe
_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

Reply via email to