Quote:
Originally Posted by Jossi
Unfortunately, on an iPad, neither Marvin nor iBooks can reproduce it correctly (in Marvin, everything is in italics).
|
The same happens when I open the HTML files in the Opera browser. I think this is because some @font-face rules are defined with
Code:
font-style:italic, oblique;
I'm not sure this is legal CSS and, in my opinion, it is both wrong (the italic font is not oblique, oblique should be the same shape as roman, but slanted) and unneeded (there does not appear to be any reference to any oblique font elsewhere).
Replace it with:
and in my browser it works fine.