Greetings,
My CSS is not being applied to my ePub when I use the Android readers ReadEra and eBook.
When I view other eBooks in the same apps the CSS is applied.
When I use the Windows eBook reader FBReader and the Preview in Sigil the CSS is applied.
I have only two rules:
h1 {
font-variant: small-caps;
font-size: 1.5em;
font-family: 'Times New Roman',Times,serif;
text-align: center}
h2 {
font-variant: small-caps;
font-size: 1.2em;
font-family: 'Times New Roman',Times,serif;
text-align: center}
The eBook is here:
https://www.epicroadtrips.us/epub/
css_test.epub is a reduced version of the complete book fichtner_complete_pagina.epub
What am I missing?
Thanks,
WV-Mike