Last active
September 20, 2022 20:48
-
-
Save meowtochondria/aa22605d84669fea61852eb010349a6a to your computer and use it in GitHub Desktop.
Fix Calibri rendering in Ubuntu
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
| mkdir $HOME/.config/fontconfig/conf.d | |
| echo -e "<fontconfig>\n <match target=\"font\">\n <test compare=\"contains\" name=\"family\">\n <string>Calibri</string>\n </test>\n <edit mode=\"assign\" name=\"embeddedbitmap\">\n <bool>false</bool>\n </edit>\n </match>\n</fontconfig>\n" > $HOME/.config/fontconfig/conf.d/calibri.conf |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
better to disable all embedded bitmap fonts
https://wiki.archlinux.org/title/Font_configuration#Disable_bitmap_fonts