How to fix fonts (size and line height) in blog posts

Hi, I have been trying to figure out how to apply the same font size in all blog posts and fix the line height, as it appears stuck together. I have attached a screenshot of one of the blog posts.I just want it to look uniform! Any idea how to do that? Thank you

Hi there
Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look
Hope to hear from you soon.

Hi! Here is the link: https://stockmusiclicensing.com
Thank you

Hey there

You are using weird markup in you blog post, this is:

<p class=“has-medium-font-size”>Having your music on non-exclusive libraries will increase your revenue because your are selling the same music tracks in different places at the same time. This will also help compensate for the lack of sales when one of your accounts is performing badly.</p>

the first solution is to remove these tags and leave only p tag, the second solution is, leave it as is and use this CSS code:

.has-medium-font-size {
line-height: 29px;
}

Thank you!

Thank you too
I will close this case now, Feel free to contact us again if you have other questions

Thanks!