Hi all. I fixed my problem

. First part was to wrap my text using the samp element in my XHTML code as I was declaring fonts to be used. An example is:
<p class="BodyText"><samp>All managers and supervisors are responsible for managing HSE in accordance with company policy as an integral and obligatory duty of their position.</samp></p>
Secondly, I then went through the CSS and removed instances where I had set the line-height as in the following example:
line-height : 1;
I've checked my ePub on iPad and iPhone and the problem is fixed. Hopefully this will help someone else in the future.