tor-browser

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

1834316-1-notref.html (476B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <style>
      4 div {
      5  font: 50px/2 "Noto Sans NKo", serif;
      6  height: 3em;
      7 }
      8 span {
      9  font-family: serif;
     10 }
     11 </style>
     12 <p>The following characters should be rendered with the Noto Sans NKo font:</p>
     13 <div><span>&#x060C;</span>&nbsp;<span>&#x061B;</span>&nbsp;<span>&#x061F;</span></div>
     14 <p>This should be <em>different</em> from the default serif rendering:</p>
     15 <div><span>&#x060C;</span>&nbsp;<span>&#x061B;</span>&nbsp;<span>&#x061F;</span></div>