blob: 07f6c8475b3dd8be86cdace58614923c9fa44c08 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that bold &amp; thin italicized system fonts render without synthetic bold.
<div style="font: 100px -apple-system; font-synthesis: none; font-style: italic;">
<span style="font-weight: 100;">a</span>
<span style="font-weight: 700;">a</span>
</div>
</body>
</html>