tor-browser

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

text-autospace-break-001-ref.html (579B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
      4 <style>
      5 .test-container {
      6  font-family: Ahem;
      7  font-size: 40px;
      8  width: 4.5em;
      9  text-autospace: normal;
     10 }
     11 .test > span {
     12  outline: 1px solid blue;
     13 }
     14 </style>
     15 <div class="test-container">
     16  <div class="test"><span>国国国国<br>X国</span></div>
     17  <div class="test"><span>国国国国<br>1国</span></div>
     18  <div class="test"><span>XXXX<br>国X</span></div>
     19  <div class="test"><span>1111<br>国1</span></div>
     20  <div class="test"><span>国X<br></span></div>
     21 </div>