The solution is to disable that behaviour by creating a file .config/fontconfig/fonts.conf with this content
<match target="font" >
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>
By logging out and in again, you should finally see them correctly displayed
No comments:
Post a Comment
With great power comes great responsibility