standard-font-family-2-ref.html (953B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"/> 5 </head> 6 <body> 7 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. 8 <div> 9 <div style="display: inline-block; font: bold 72px 'ui-serif';">HeJllo</div> 10 <div style="display: inline-block; font: bold 72px 'ui-monospaced';">HeJllo</div> 11 <div style="display: inline-block; font: bold 72px 'ui-rounded';">HeJllo</div> 12 <div style="display: inline-block; font: bold 72px '.AppleSystemUIFontSerif';">HeJllo</div> 13 <div style="display: inline-block; font: bold 72px '.SF NS Mono';">HeJllo</div> 14 <div style="display: inline-block; font: bold 72px '.SF UI Mono';">HeJllo</div> 15 <div style="display: inline-block; font: bold 72px '.AppleSystemUIFontRounded';">HeJllo</div> 16 <div style="display: inline-block; font: bold 72px '.AppleSystemUIFont';">HeJllo</div> 17 </div> 18 </body> 19 </html>