Pages on my site use PT Serif for the body font. But Posts seem to be using Open Sans’, Arial, Helvetica, sans-serif.
PAGE example: http://www.conciergeunlimitedintl.com/testimonial/
POST example: http://www.conciergeunlimitedintl.com/october-2015-recommendation/
I tried adding the following to the Custom.CSS file but it doesn’t seem to make any difference.
.content-article {
font: 13px/24px PT serif;
}