Quote:
Originally Posted by mingsphinx
The CSS in my EPUB has a class where the color of the text is specified. I then use "<span class="xyz">abc</span>" to define which parts of the text I want highlighted by that color. The problem is that many EPUB readers actually seem to override the font specifications. Is there a way for me to force the reader to use my font specification?
|
The simple answer is no. There are quite a few epub renderers that pay minimal to no attention to embedded CSS. After all, the developer who created the renderer knows how every book should be displayed so no need for the embedded CSS. Look at Moon+ reader where the user has to dig into the preferences to enable CSS (at least as of about 8 months ago).