Issue with the font and line spacing

hi ,
im using anspress plugin for my forum based site. While i am posting answer for query the font and structure is looks like this
image 1 click here to view

but after posting the answer its being displayed like below . im Unable to identify the bold sentences. The issue is with only mobile version of my site. While im checking through inspect element its showing fine for both desktop and mobile as well. But, when i check in mobile its showing different. Please refer the screenshot.

I wanted the font style and spacing like image1

Thanks in advance :slight_smile:

It is very difficult to solve this query without seeing the issue in the Desktop. However, it seems like your font-weight on mobile devices making problems.

You can try:

@media only screen and (max-width: 860px) {
body {
font-weight: 500 !important;
}
}

tried ! didnt worked :expressionless:

As I told, it is very difficult to solve without seeing the problem live. So, PM using the message box and let me have a look at it.