tor-browser

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

text-spacing-trim-narrow-001-ref.html (517B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <script src="support/variant-class.js"></script>
      4 <style>
      5 @font-face {
      6  font-family: halt-font;
      7  src: url('/fonts/noto/cjk/NotoSansCJKjp-Regular-subset-halt.otf');
      8 }
      9 #container {
     10  font-family: halt-font;
     11  font-size: 20px;
     12 }
     13 .vrl {
     14  writing-mode: vertical-rl;
     15 }
     16 halt {
     17  font-feature-settings: 'halt' 1, 'vhal' 1;
     18 }
     19 </style>
     20 <div id="container">
     21  <div><halt></halt>)国</div>
     22  <div>国)(国</div>
     23  <div>国(<halt>(国</halt></div>
     24  <div>国)(国</div>
     25 </div>