Hi, I'm not sure where to post this so please redirect me if necessary. I'm trying to fix an epub on SIGIL where the font family (a system font) does not display consistently throughout my epub on my specific epub reader (Vitalsource). For example, it'll only show for main paragraph tags like <p class="maintext"> but not for list tags <li class="listtext">. Under both I have declared the exact same font-family (a system font).
It shows fine on Sigil, but not on the reader I'm using (Vitalsource). On VS, the font style works for the main body, but on the lists, it reverts to my back up font family (sans serif). How do I fix this?