Quote:
Originally Posted by giododa
I think kuklachica is talking about the Kindle displaying a "monospace" font.
This usually happens if you convert an .epub file to .mobi if the .epub has in his style.css a reference to the font to be used like this one:
body
{
font-family: Garamond, Garamond, serif, sansserif, monospace;
}
In this case you have to remove the last item, that is monospace, and when you convert your file the kindle will display his usual font.
|
Just check the fonts box in Look in Feel in Calibre when converting and it will remove all Font-Family references in the CSS. I love that feature!