Most advices is to:
- Go to Dashboard > Design > Edit HTML.
- Find some line with post-body then line-height. It suppose to look something like this:
- Change the number to whatever line height you desire.
- Save the template.
- Check with your post/refresh your blog to see if it goes right.
.post-body {
line-height: 2;
}