summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/standard-font-family-2-ref.html
blob: a2fe8646e13cacd08f30c884025f48a02706e2da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"/>
</head>
<body>
This test makes sure that the bold versions of the design system UI fonts work. The test passes if all the text below is bold.
<div>
<div style="display: inline-block; font: bold 72px 'ui-serif';">HeJllo</div>
<div style="display: inline-block; font: bold 72px 'ui-monospaced';">HeJllo</div>
<div style="display: inline-block; font: bold 72px 'ui-rounded';">HeJllo</div>
<div style="display: inline-block; font: bold 72px '.AppleSystemUIFontSerif';">HeJllo</div>
<div style="display: inline-block; font: bold 72px '.SF NS Mono';">HeJllo</div>
<div style="display: inline-block; font: bold 72px '.SF UI Mono';">HeJllo</div>
<div style="display: inline-block; font: bold 72px '.AppleSystemUIFontRounded';">HeJllo</div>
<div style="display: inline-block; font: bold 72px '.AppleSystemUIFont';">HeJllo</div>
</div>
</body>
</html>