View Single Post
Old 08-01-2023, 08:01 AM   #1
WV-Mike
Connoisseur
WV-Mike began at the beginning.
 
Posts: 74
Karma: 10
Join Date: Jul 2023
Device: None
CSS not being applied to ePub

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
WV-Mike is offline   Reply With Quote