tor-browser

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

text-spacing-trim-start-002-ref.html (456B)


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