There are cases when the space between lines of text in a post are too close to make the text readable especially if you increased the default body font size. There is no stylevar to change the line spacing. But you can do this in css_additional template or via Sitebuilder > Style > CSS Editor.
Code:
.js-post__content-text {
line-height: 1.4em;
}




Comment