Strange Calibri font display and blurred

,

Installed Microsoft fonts by:
sudo rpm -i Download msttcore-fonts-installer-2.6-1.noarch.rpm (mscorefonts2)

  1. Now in Thunderbird I get I have strange Calibroi font rendering from Outlook (click on the picture to see in actual size):

  2. Other fonts seem very blurry.

Is there a workaround for it?

tnx

Adding in the file below solved the problem for me.

% cat /etc/fonts/conf.d/26-no-bitmap-local.conf 
<!-- Add this to your font configuration e.g ~/.config/fontconfig/fonts.conf -->
<!-- Note that this will disable all embedded bitmaps in fonts that use them -->
<!-- disable embedded bitmaps in fonts to fix Calibri, Cambria, etc. -->
<match target="font">
        <edit mode="assign" name="embeddedbitmap"><bool>false</bool></edit>
</match>