summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/standard-font-family-18-notref.html
blob: 7829a0c5e19e6bd90ed7edaa0ee9045add3d3b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"/>
<style>
@font-face {
    font-family: "AppleSystemUISansSerif";
    src: local("ui-sans-serif");
}
</style>
</head>
<body>
<div>
<div style="display: inline-block; font: 72px 'AppleSystemUISansSerif'; font-synthesis: none;">HeJllo</div>
</div>
</body>
</html>