tor-browser

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

text-autospace-vertical-combine-001-ref.html (371B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <style>
      4 #container {
      5  writing-mode: vertical-rl;
      6  font-size: 20px;
      7 }
      8 .tcy {
      9  text-combine-upright: all;
     10 }
     11 .no-autospace {
     12  text-autospace: no-autospace;
     13 }
     14 </style>
     15 <div id="container">
     16  <div class="no-autospace"><span class="tcy">XX</span></div>
     17  <div class="no-autospace"><span class="tcy">11</span></div>
     18 </div>