[font] Fixes calibri font

This commit is contained in:
Abhay Rana 2016-04-27 12:42:42 +05:30
parent a428b477c2
commit b9b87c320b
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<!-- disable embedded bitmaps in fonts to fix Calibri, Cambria, etc. -->
<match target="font">
<edit mode="assign" name="embeddedbitmap"><bool>false</bool></edit>
</match>