Quote:
Originally Posted by Daniele Giampà
Great! The RSC-004 is fixed.
I am not sure if I edited the media type correctly. Now I get:
Error RSC 005
Errr CSS 007
|
Most likey a copy & paste error:
Code:
<item id="TimesNewRomanPS-BoldMT.ttf" href="font/TimesNewRomanPS-BoldMT.ttf" media-type="application/x-font-ttf"/>
<item id="TimesNewRomanPS-ItalicMT.ttf" href="font/TimesNewRomanPS-ItalicMT.ttf" media-type="application/x-font-ttf"/>
<item id="TimesNewRomanPSMT.ttf" href="font/TimesNewRomanPSMT.ttf" media-type="application/x-font-ttf"/>
should be:
Code:
<item id="TimesNewRomanPS-BoldMT.ttf" href="font/TimesNewRomanPS-BoldMT.ttf" media-type="font/ttf"/>
<item id="TimesNewRomanPS-ItalicMT.ttf" href="font/TimesNewRomanPS-ItalicMT.ttf" media-type="font/ttf"/>
<item id="TimesNewRomanPSMT.ttf" href="font/TimesNewRomanPSMT.ttf" media-type="font/ttf"/>