Created
May 28, 2020 17:00
-
-
Save AntonFriberg/d9d0e7a6316cd8badfaaf1c81fa8b150 to your computer and use it in GitHub Desktop.
Fix ugly Calibri, Cambria font rendering on Linux
This file contains 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> |
Thanks for sharing this fix!
Did not know that font rendering could affect printing. Perhaps it depends on the printer.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is before the change using the following text
Before
Note that the second test is cambra not calibri
