When writing HTML, I include elements like this:
<strong>this is basketball</strong>
<div>this is basketball</div>
<div style="font-weight:700">this is basketball</div>
Everything displays correctly in the browser, shown here:
https://i.sstatic.net/Rc5pD.png
However, when attempting to print the HTML to a PDF file in Chrome, the font weight settings are not applied, resulting in this output:
https://i.sstatic.net/qckSq.png
This issue arises on an old Windows XP PC with an outdated version of Chrome. How can I ensure that my font-weight settings are preserved when printing?