Search code examples
androidepub

Remove css file from epub


I'm using this epublib in my project.

I'm trying to use my own custom styles, but they are in conflict with styles, that present in *.epub file. How can I remove this default css file with styles from *.epub?


Solution

  • I solved the problem by deleting definition of styles from head of html page.