tor-browser

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

text-spacing-trim-trim-all-001-ref.html (728B)


      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  text-spacing-trim: space-all;
     13 }
     14 .vrl {
     15  writing-mode: vertical-rl;
     16 }
     17 halt {
     18  font-feature-settings: 'halt' 1;
     19 }
     20 .vrl halt {
     21  font-feature-settings: 'halt' 1, 'vhal' 1;
     22 }
     23 </style>
     24 <div id="container">
     25  <div><halt></halt></div>
     26  <div><halt></halt></div>
     27  <div><halt></halt></div>
     28  <div><halt></halt></div>
     29  <div><halt></halt></div>
     30  <div><halt></halt></div>
     31  <div><halt></halt></div>
     32 </div>