tor-browser

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

1673510-1.html (612B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <style>
      4 @font-face {
      5  font-family: test;
      6  src: url(../fonts/ShipporiMincho-Regular.subset.otf);
      7 }
      8 .ref, .test {
      9  font: 40px test;
     10  writing-mode: vertical-rl;
     11  float: left;
     12 }
     13 .ref {
     14  text-orientation: upright;
     15 }
     16 .hide {
     17  color: transparent;
     18 }
     19 </style>
     20 <p>The three wavy dash glyphs below should all look the same:
     21 
     22 <div class=ref>&#x301c;</div><!-- with explicit orientation:upright -->
     23 <div class=test>&#x301c;<span class=hide>&#x3105;</span></div><!-- with bopomofo letter -->
     24 <div class=test>&#x301c;<span class=hide>&#x4e01;</span></div><!-- with CJK ideograph -->