standard-font-family-2.html (1344B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"/> 5 <link rel="help" href="https://drafts.csswg.org/css-fonts-4/#standard-font-families"/> 6 <link rel="match" href="standard-font-family-2-ref.html"/> 7 <meta name="assert" content="Bold versions of standard fonts work"/> 8 </head> 9 <body> 10 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. 11 <div> 12 <div style="display: inline-block; font: bold 72px 'ui-serif'; font-synthesis: none;">HeJllo</div> 13 <div style="display: inline-block; font: bold 72px 'ui-monospaced'; font-synthesis: none;">HeJllo</div> 14 <div style="display: inline-block; font: bold 72px 'ui-rounded'; font-synthesis: none;">HeJllo</div> 15 <div style="display: inline-block; font: bold 72px '.AppleSystemUIFontSerif'; font-synthesis: none;">HeJllo</div> 16 <div style="display: inline-block; font: bold 72px '.SF NS Mono'; font-synthesis: none;">HeJllo</div> 17 <div style="display: inline-block; font: bold 72px '.SF UI Mono'; font-synthesis: none;">HeJllo</div> 18 <div style="display: inline-block; font: bold 72px '.AppleSystemUIFontRounded'; font-synthesis: none;">HeJllo</div> 19 <div style="display: inline-block; font: bold 72px '.AppleSystemUIFont'; font-synthesis: none;">HeJllo</div> 20 </div> 21 </body> 22 </html>