Status: PASS | Duration: 10ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-fonts/standard-font-family-15.html
<!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-15-notref.html"/> <meta name="assert" content="ui-monospace in @font-face works"/> <style> @font-face { font-family: "AppleSystemUIMonospace"; src: local("ui-monospace"); } </style> </head> <body> <div> <div style="display: inline-block; font: 72px 'AppleSystemUIMonospace';">HeJllo</div> </div> </body> </html>
/css/css-fonts/standard-font-family-15-notref.html
<!DOCTYPE html> <html> <head> <link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com"/> </head> <body> <div> <div style="display: inline-block; font-size: 72px;">HeJllo</div> </div> </body> </html>