View Single Post
Old 02-17-2014, 02:11 PM   #384
soulafein
Enthusiast
soulafein is faster than slow light.soulafein is faster than slow light.soulafein is faster than slow light.soulafein is faster than slow light.soulafein is faster than slow light.soulafein is faster than slow light.soulafein is faster than slow light.soulafein is faster than slow light.soulafein is faster than slow light.soulafein is faster than slow light.soulafein is faster than slow light.
 
Posts: 43
Karma: 29634
Join Date: Jun 2012
Location: Poland, Poznań
Device: Amazon Kindle Paperwhite 2
Quote:
Originally Posted by chrox View Post
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.

Attachment 119197
Now it works like a charm ! Thank you Simple and effective
soulafein is offline   Reply With Quote