View Single Post
Old 07-20-2013, 07:57 AM   #34
mmdigitalconnect
Junior Member
mmdigitalconnect began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jul 2013
Device: Kindle Fire
Quote:
Originally Posted by Mathew Reuther View Post
It is only when I get to the step of pulling the file back down from KDP that the fonts have magically disappeared
Matt

You must convert your book using KindleGen command line instead of previewer. In both case, it will embed font.

But after uploading to KDP;

- mobi file that convert with Kindle previewer will get font removed
- mobi file that convert with KindleGen command line will not get font removed

But sadly, what I found was

font-family were strip off in CSS like this;

p {
margin:0;
padding:0;
border-width:0;

}


font-family was coded as per below; before uploading to KDP

p {
margin:0;
padding:0;
border-width:0;
font-family: "yourfont";
}

Last edited by mmdigitalconnect; 07-20-2013 at 08:33 AM. Reason: obfuscated to removed
mmdigitalconnect is offline   Reply With Quote