It's always a good practice to add some leading to the type setting to open up the space between the line of the text. There is a sweet spot between too tight and too open leading which depends on the designer's visual judgment.
<p class="lh-solid">lorem ipsum ...</p>
<p class="lh-title">lorem ipsum ...</p>
<p class="lh-body">lorem ipsum ...</p>
.lh-solid { line-height: var(--line-height-solid, 1); } .lh-title { line-height: var(--line-height-title, 1.25); } .lh-body { line-height: var(--line-height-body, 1.5); }