tor-browser

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

1273154-2.html (716B)


      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        /* Times does NOT support Mongolian characters, so the entire text
     13           should be rendered as a single Mongolian Baiti run, including
     14           the initial U+202F, even though it _is_ available in Times. */
     15        font-family: "Times New Roman", "Mongolian Baiti", serif;
     16        font-size: 32px;
     17      }
     18    </style>
     19  </head>
     20  <body>
     21    <span>&#x202F;&#x1824;&#x1828;</span>
     22  </body>
     23 </html>