Quote:
Originally Posted by charleski
I recreated the epub in Sigil and the characters show fine in ADE.
|
They do show up, but this is using an embedded font:
Code:
@font-face {
font-family: "Charis";
font-style: normal;
font-weight: normal;
src:url(../fonts/font004.ttf);
}
@font-face {
font-family: "Charis";
font-style: normal;
font-weight: bold;
src:url(../fonts/font001.ttf);
}
@font-face {
font-family: "Charis";
font-style: italic;
font-weight: normal;
src:url(../fonts/font003.ttf);
}
@font-face {
font-family: "Charis";
font-style: italic;
font-weight: bold;
src:url(../fonts/font002.ttf);
}
body {
font-family: "Charis"
}
Nothing wrong with that, but it is why the characters show up correctly. Does Sigil automatically include an embedded font?