tor-browser

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

1463020-letter-spacing-text-transform-1-ref.html (347B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset=utf-8>
      4 <style>
      5 span {
      6  font-size: 36px;
      7  font-kerning: none;
      8 }
      9 #ref {
     10  text-transform: uppercase;
     11 }
     12 </style>
     13 <body>
     14  <p>The two lines should match:
     15  <p><span id="ref">S&nbsp;&nbsp;πŸ‡ΈπŸ‡ͺ&nbsp;&nbsp;v&nbsp;&nbsp;e</span>
     16  <p><span id="ref">S&nbsp;&nbsp;πŸ‡ΈπŸ‡ͺ&nbsp;&nbsp;v&nbsp;&nbsp;e</span>
     17 </body>