View Single Post
Old 03-23-2011, 10:33 AM   #3
Dereks
Connoisseur
Dereks began at the beginning.
 
Posts: 57
Karma: 10
Join Date: Feb 2010
Device: Kindle Paperwhite 1
Hi there, managed to to solve the issue, thanks to guys at the-ebook.org community
for future reference, here is what was done:

Quote:
body {
font-family: -ua-default;

margin-right: 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
line-height: 100%;
font-size: 1.3em;
}

.epub {
font-family: -ua-default;
}

code {
font-family: -ua-default;
}


h2 {
font-size: 1.4em;
line-height: 130%;
}
since I have custom firmware from porkupan, I added those lines directly to userstyle.css file on my ebook reader. If you didn't modify your firmware, try to inculde those lines as extra css to your recipe. I think it should work too.
Update, I identified, that only those lines in bold are responsible for apprehending the bug. Other lines can be deleted safely, if you don't like them.

Last edited by Dereks; 03-25-2011 at 08:18 AM.
Dereks is offline   Reply With Quote