tor-browser

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

text-autospace-zh-001.html (416B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="help" href="https://drafts.csswg.org/css-text-4/#text-autospace-property">
      4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      5 <link rel="match" href="text-autospace-zh-001-ref.html">
      6 <style>
      7 .test {
      8  font-family: Ahem;
      9  font-size: 40px;
     10  text-autospace: normal;
     11 }
     12 </style>
     13 <div id="container">
     14  <div lang="zh" class="test">国!国#国</div>
     15 </div>