View Single Post
Old 02-17-2014, 09:18 AM   #383
chrox
Zealot
chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.chrox ought to be getting tired of karma fortunes by now.
 
Posts: 144
Karma: 405567
Join Date: Nov 2012
Device: K3 KPW PB840
Quote:
Originally Posted by soulafein View Post
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.

Click image for larger version

Name:	Screenshot from 2014-02-17 22:12:12.png
Views:	104
Size:	273.4 KB
ID:	146225
chrox is offline   Reply With Quote