Quote:
Originally Posted by pynch
I think it is indeed the “oblique” which causes this, although I never understood why
|
I don't think you are allowed to give a list of font-styles (or a list of anything) in a @font-face rule. So the whole "font-style:italic, oblique;" part is ignored and "georgiai.ttf" gets defined as the "normal" font.
If you use oblique anywhere at all, you should duplicate the @font-face rule, once with italic, once with oblique. And I think I've seen this problem in other books of yours.