Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-fonts/standard-font-family-3.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"/>
<link rel="mismatch" href="standard-font-family-3-notref.html"/>
<meta name="assert" content="ui-serif's bold isn't synthetic"/>
</head>
<body>
<div>
<div style="display: inline-block; font: bold 72px 'ui-serif'; font-synthesis: none;">HeJllo</div>
</div>
</body>
</html>