haikuwebkit/LayoutTests/fast/text/weighted-italicized-system-...

13 lines
304 B
HTML

<!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>