<div class="text">ハーフレディングを<br />含むテキスト</div>
<div class="text trim-halfleading">ハーフレディングを<br />取り除いたのテキスト</div>
.text {
margin-top: 1em;
line-height: 1.7;
background-color: yellow;
}
.trim-halfleading {
text-box: trim-both cap alphabetic;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.