text-spacing-trim-space-all-001-ref.html (406B)
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: space-all; 12 width: 4em; 13 } 14 #container > div > span { 15 background: black; 16 } 17 </style> 18 <div id="container"> 19 <div><span>国国国国国国国国国国</span></div> 20 </div>