View Single Post
Old 06-19-2008, 03:24 PM   #5
Vesper
Addict
Vesper can extract oil from cheeseVesper can extract oil from cheeseVesper can extract oil from cheeseVesper can extract oil from cheeseVesper can extract oil from cheeseVesper can extract oil from cheeseVesper can extract oil from cheeseVesper can extract oil from cheeseVesper can extract oil from cheese
 
Vesper's Avatar
 
Posts: 205
Karma: 1133
Join Date: Nov 2007
Location: Serbia
Device: Sony PRS-350, Cybook Gen3, Palm T|X
Quote:
Originally Posted by wallcraft View Post
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.
Any hint on how can I get something like this to work without resorting to manual html editing?

DrS
Vesper is offline   Reply With Quote