Calibri font ugly on Ubuntu

2014-12-01

To fix this issue append to your ~/.config/fontconfig/fonts.conf file the following:

<match target="font" >
    <edit name="embeddedbitmap" mode="assign">
        <bool>false</bool>
    </edit>
</match>

After modifying font.conf logout and login back to your Ubuntu.