Quote:
Originally Posted by baronrus
font changes (included side loaded fonts) line spacing and justification work but margins not so much.
At this point there doesnt seem to be any reason to complain about about a lack of font or typographic settings if you dont like one of the five included fonts you can load your own. Can your Nook do that?
|
For the margins issue there is simple fix, just edit your css file and remove the 2 lines that are marked margin-left: 5pt; and margin-right: 5pt; for the style that defines the body (normally it is .calibre)
To be sure you can look at the source of a html and just look where
<body class="calibre"> (calibre here being the style you want to edit). If you only have <body> then margins should work.
I have already told the dev about this fix and hopefully it will be fixed in the next update.
P.S. I may update my app to change this automatically, any one interested?