lesliekennedy –
Working in the Swell Lite theme for marnivirtueconsulting, I edited the Content section of the stylesheet from:
.article span + p {
color: #333333;
font-family: ‘Droid Serif’;
font-size: 1.1em;
line-height: 1.6;
}
to
.article span + p {
color: rgba(0, 0, 0, .8);
font-size: 1em;
font-family: ‘Open Sans’, Arial, Helvetica, sans-serif;
font-weight: 350;
line-height: 1.2;
}
Tweaking these values resolved the issue. I hope that helps!