system-ui-ja-notref.html (378B)
1 <!doctype html> 2 <html lang="ja"> 3 <meta charset="utf-8"> 4 <title>CSS Test Reference</title> 5 <link rel="stylesheet" href="/fonts/ahem.css"> 6 <style> 7 @font-face { 8 font-family: mplus; 9 src: url(/fonts/mplus-1p-regular.woff); 10 size-adjust: 50%; /* cause mismatch even if system-ui maps to M+ */ 11 } 12 p { 13 font-family: Ahem, mplus, serif; 14 font-size: 4em; 15 } 16 </style> 17 <p>直</p>