<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<body> | |
This test makes sure that bold & thin italicized system fonts render without synthetic bold. | |
<div style="font: 100px system-ui; font-synthesis: none; font-style: italic;"> | |
<span style="font-weight: 100;">a</span> | |
<span style="font-weight: 700;">a</span> | |
</div> | |
</body> | |
</html> |