tor-browser

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

1116480-1-fakeitalic-overflow-ref.html (586B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset='utf-8'/>
      5    <meta name='viewport' content='initial-scale=1' />
      6    <style>
      7      @font-face {
      8        font-family: test;
      9        src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
     10      }
     11 
     12      body {
     13        font-family: test;
     14      }
     15 
     16      .container {
     17        padding: 1rem 0 0.3rem;
     18      }
     19 
     20      .placeholder {
     21        font-style: italic;
     22        position: absolute;
     23        font-size: 8em;
     24      }
     25    </style>
     26  </head>
     27  <body>
     28    <div class='container'>
     29      <div class='placeholder'>aI&#x301;z
     30    </div>
     31  </body>
     32 </html>