View Single Post
Old 06-19-2008, 10:06 AM   #3
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 Vesper View Post
Is it possible?
It is supposed to be possible, but specifying fonts inside a MOBI file is discouraged by MobiPocket because this is difficult to do well when targeting a wide range of devices. What is supposed to work is things like:

Code:
<style type="text/css">
p {
   font-family: "Palatino Linotype", "Times New Roman", Verdana;
}
.chinese {
   font-family: "Arial Unicode MS";
}
</style>
The above is from Font, style bug.
wallcraft is offline   Reply With Quote