blob: c8a4f60c5e3afba17577ac2a3127815948900c08 [file] [log] [blame]
mmaxfield@apple.comc2c8eac2015-07-02 00:02:15 +00001<!DOCTYPE html>
2<html>
3<head>
4</head>
5<body>
6This test makes sure that bold &amp; thin italicized system fonts render without synthetic bold.
jonlee@apple.com10264e12017-02-25 02:07:12 +00007<div style="font: 100px system-ui; font-synthesis: none; font-style: italic;">
mmaxfield@apple.comc2c8eac2015-07-02 00:02:15 +00008<span style="font-weight: 100;">a</span>
9<span style="font-weight: 700;">a</span>
10</div>
11</body>
12</html>