In our publications we use the "EB Garamond" font from Google Fonts. In the PDF, when the font is set to bold, all characters are doubled and the doubled character has a tiny offset to the right (see picture). This only happens in the PDF. The HTML in Firefox and Chromium looks fine.
The CSS I used in the example shown in the picture is this one:
The CSS I used in the example shown in the picture is this one:
h1 {
font-size: 14pt;
text-align: left;
font-weight: bold;
margin-top: 25pt;
margin-bottom: 4pt;
hyphens: none;
break-before: left;
string-set: chapter content();
}