Fix ugly Calibri, Cambria font rendering on Linux
<!-- 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> |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
This is before the change using the following text
Before
Note that the second test is cambra not calibri
