tor-browser

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

system-ui-ur-notref.html (462B)


      1 <!doctype html>
      2 <html lang="ur">
      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: noto-naskh;
      9  src: url(/fonts/noto/NotoNaskhArabic-regular.woff2),
     10       url(/fonts/noto/NotoNaskhArabic-regular.ttf);
     11  size-adjust: 50%; /* cause mismatch even if system-ui maps to Noto Naskh */
     12 }
     13 p {
     14  font-family: Ahem, noto-naskh, serif;
     15  font-size: 4em;
     16 }
     17 </style>
     18 <p>سلام</p>