This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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> |

