tor-browser

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

1273154-2-ref.html (494B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5      body {
      6        /* Force a large line-height so that we don't get a positioning
      7           discrepancy on the test span depending on which font's metrics
      8           are used in line-height computation. */
      9        font: 64px/2 serif;
     10      }
     11      span {
     12        font-family: "Mongolian Baiti", "Times New Roman", serif;
     13        font-size: 32px;
     14      }
     15    </style>
     16  </head>
     17  <body>
     18    <span>&#x202F;&#x1824;&#x1828;</span>
     19  </body>
     20 </html>