If what you are viewing is a reflowable epub, one other possible issue is that the line height is not set using unitless values. I.e. set line height using line-height: 1.1em instead of line-height: 1.1 as an example.
Check
line-height on the Mozilla developer site for some examples.