tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

system-ui-zh-notref.html (378B)


      1 <!doctype html>
      2 <html lang="zh">
      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>&#x76F4;</p>