View Single Post
Old 03-05-2010, 09:37 PM   #14
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
Quote:
Originally Posted by charleski View Post
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?
wallcraft is offline   Reply With Quote