Friday, April 19, 2024
 Popular · Latest · Hot · Upcoming
30
rated 0 times [  30] [ 0]  / answers: 1 / hits: 14957  / 1 Year ago, thu, january 26, 2023, 4:15:27

With certain Windows fonts there is a display issue where ligature-kerning seems to flip out and make the two letters bold. Here's a screenshot of an email using Helvetica in Firefox:



enter image description here



As you can see, it seems to be something about the way crossed characters (t and f) connect to each other and letters like i.



I've had this problem for a very long time (over multiple systems) and wondered if anybody has ever seen similar issues popping up and found a way to fix them.



Note: I think this does just affect Firefox. Chrome and LibreOffice are both fine.


More From » firefox

 Answers
0

Another solution that will work with all applications, including Libre Office, is given by aldeby:



Edit or create the file ~/.fonts.conf and paste this code in it:



<match target="font" >
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>


Make sure to keep the XML structure.



Log out and in again, and Calibri (and possibly some other fonts) will look much better (actually even better than with the other answers given here, because the ugly bitmap substitutions are completely disabled).


[#39091] Saturday, January 28, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
edseager

Total Points: 185
Total Questions: 105
Total Answers: 102

Location: Angola
Member since Wed, Apr 13, 2022
2 Years ago
;