Quote:
Originally Posted by chrox
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