Quote:
Originally Posted by soulafein
Hi chrox. Did you check the sample epub from ebookstore that I send You? What about its font?
Another question:
1. It would be nice if mini progress bar was divided into chapters :-)
2. It would be nice if Koreader had indicator which font is used :-)
BTW Koreader rocks!
|
It's confirmed a bug in koreader when handling "font-family" property of the css. I simply edited the
Code:
body
{
font-family: AmerigoPL;
line-height: 1.2;
margin: 0 15px;
}
into
Code:
body
{
font-family: AmerigoPL, serif;
line-height: 1.2;
margin: 0 15px;
}
. And the problem seems solved. An screenshot on the final rendering in koreader compared with E-book Viewer from Calibre.