I'm using Sigil to make an epub with embedded fonts (embedded font, really, except there's a regular & bold version & I'm using both of those), and it shows up fine on my computer, both in Sigil and in ePubreader-for-Firefox. But when I load it on a portable device, I get the default serif font only.
This happens on three different devices (two e-ink and one tablet), so it's not any particular device settings. It doesn't show up on ADE on a different computer, so I think my copy is checking my Windows fonts rather than the ones in the ePub. What am I doing wrong with the font embedding?
CSS snippet--
Code:
p.body {
font-family: WellrockSlab, serif;
src:url("../Fonts/WellrockSlab.ttf");
text-indent: 2em;
text-align: justified;
margin: 0em .5em 0em;
}
The font's in the Fonts folder in the ePub.