View Single Post
Old 04-04-2014, 07:35 PM   #1
Rand Brittain
Bookmaker
Rand Brittain ought to be getting tired of karma fortunes by now.Rand Brittain ought to be getting tired of karma fortunes by now.Rand Brittain ought to be getting tired of karma fortunes by now.Rand Brittain ought to be getting tired of karma fortunes by now.Rand Brittain ought to be getting tired of karma fortunes by now.Rand Brittain ought to be getting tired of karma fortunes by now.Rand Brittain ought to be getting tired of karma fortunes by now.Rand Brittain ought to be getting tired of karma fortunes by now.Rand Brittain ought to be getting tired of karma fortunes by now.Rand Brittain ought to be getting tired of karma fortunes by now.Rand Brittain ought to be getting tired of karma fortunes by now.
 
Posts: 427
Karma: 2143650
Join Date: Sep 2010
Device: Cybook Opus
Displaying Chinese? Characters

I'm working on an ePub that contains a list of sponsors in the back, including two with names including Asian characters not present in the book's standard font. So, I included Droid Sans to display them in, and they now show up correctly in Calibre's editor and viewer. But they don't show up on the Kobo, Nook, or Bookeen readers.

Does anybody have an idea of what could be wrong?

Code:
@font-face {
  font-family: "Droid Sans";
  font-weight: normal;
  font-style: normal;
  src: url(../Fonts/DroidSans.ttf);
  }

.droid {
  font-family: "Droid Sans" !important;
}
Rand Brittain is offline   Reply With Quote