Thank you so much for your reply.
Oddly that fixed the ol & li elements but caused the P elements to revert to default.
However, I solved the issue with a combination of both, as follows:
#site-content p {
font-family: helvetica;
}
ol,li {font-family: helvetica;
}