system-ui-mixed.html (448B)
1 <!doctype html> 2 <html lang="en"> 3 <meta charset="utf-8"> 4 <title>Tests that system-ui font-family works for mixed-script content</title> 5 <link rel="help" href="https://drafts.csswg.org/css-fonts/#system-ui-def"> 6 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"> 7 <link rel="match" href="system-ui-mixed-ref.html"> 8 <style> 9 p { 10 font-family: system-ui, serif; 11 font-size: 4em; 12 } 13 </style> 14 <p lang="zh">你好 ¡hola! سلام</p>