Hi, thanks for responding. Issue resolved ??
I believe the issue was caused by:
font-weight: 300;
In this part of the CSS file:
[id^=slim_] p{
border-bottom: 1px solid #ddd;
font-weight: 300;
line-height: 1.5em;
margin: 0;
min-height: 20px;
overflow: auto;
padding: 5px 10px;
position: relative;
word-wrap: break-word;
}