View Single Post
Old 11-25-2013, 02:17 PM   #11
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by Jossi View Post
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:

Code:
font-style:italic;
and in my browser it works fine.
Jellby is offline   Reply With Quote