1673510-1-ref.html (400B)
1 <!DOCTYPE html> 2 <meta charset=utf-8> 3 <style> 4 @font-face { 5 font-family: test; 6 src: url(../fonts/ShipporiMincho-Regular.subset.otf); 7 } 8 .ref { 9 font: 40px test; 10 writing-mode: vertical-rl; 11 float: left; 12 text-orientation: upright; 13 } 14 </style> 15 <p>The three wavy dash glyphs below should all look the same: 16 17 <div class=ref>〜</div> 18 <div class=ref>〜</div> 19 <div class=ref>〜</div>