Quote:
Originally Posted by NuMor
- why is the font that I wrote in (Centaur) not used for the converted e-book?
|
In order for your font to appear, it needs to be either:
- already installed on the ereader or
- embedded in the source file.
Since you most likely didn't embed the Centaur font and none of the Kindles has it installed by default, it comes as no surprise that the font is not displayed. (BTW, you can only embed free fonts or fonts for which you have bought a license.)
Quote:
Originally Posted by NuMor
- why are spaces not respected in the converted e-book, even when paragraphs are used (the respect for paragraphs seems completely random).
|
Spaces are respected if they're
properly encoded in the source file. (In the .html file, each paragraph needs to be enclosed by <p>...</p> tags.)