summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/standard-font-family-9.html
blob: e5afe8ab9ae55ede92e28cbb4451843655a1ba12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"/>
<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#standard-font-families"/>
<link rel="mismatch" href="standard-font-family-9-notref.html"/>
<meta name="assert" content="ui-monospace's bold in @font-face isn't synthetic"/>
<style>
@font-face {
    font-family: "AppleSystemUIMonospace";
    src: local("ui-monospace");
}
</style>
</head>
<body>
<div>
<div style="display: inline-block; font: bold 72px 'AppleSystemUIMonospace'; font-synthesis: none;">HeJllo</div>
</div>
</body>
</html>