tor-browser

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

1463020-letter-spacing-text-transform-2-ref.html (381B)


      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: lowercase;
     11 }
     12 </style>
     13 <body>
     14  <p>The two lines should match:
     15  <p><span id="ref">𐐔&nbsp;𐐯&nbsp;𐑅&nbsp;𐐨&nbsp;𐑉&nbsp;𐐯&nbsp;𐐻</span>
     16  <p><span id="ref">𐐔&nbsp;𐐯&nbsp;𐑅&nbsp;𐐨&nbsp;𐑉&nbsp;𐐯&nbsp;𐐻</span>
     17 </body>