tor-browser

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

subpixel-glyphs-y-1b.html (889B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      5        <meta http-equiv="Content-Style-Type" content="text/css">
      6        <style type="text/css">
      7          body {
      8             text-rendering: optimizeLegibility;
      9             font-size: 14.5px;
     10          }
     11          div, span {
     12             border: none;
     13             padding: 0px;
     14          }
     15          span {
     16             /* Offset the baseline by an integer number of pixels */
     17             display: inline-block;
     18             vertical-align: baseline;
     19             height: 30px;
     20          }
     21        </style>
     22 </head>
     23 <body>
     24  <div style="position:fixed; left:10px; top:10.4px; font-family: sans-serif">
     25    e&#x306;&#x327<span></span>
     26  </div>
     27  <div style="position:fixed; left:100px; top:10.4px; font-family: serif">
     28    e&#x306;&#x327<span></span>
     29  </div>
     30 </body>