blob: 6cff559b81cfce0b62ecbc85d4639699e60cceb3 [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 system-ui; font-style: italic;">
<span style="font-weight: 100;">a</span>
<span style="font-weight: 700;">a</span>
</div>
</body>
</html>