I am wondering if the same buggy version of ADE was used on the Kobo Touch. Do embedded fonts work is the font declaration is used in the body of the CSS?
body {
font-family: Charis;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
widows: 0;
orphans: 0;
line-height: 1.1em
}
Obviously, the font family I've chosen may not be the one that goes with the embedded font. But, a lot of publishers use Charis and it's put in body to activate it.
|