Quote:
Originally Posted by jackie_w
No one will know for sure about the Aura until someone actually has one, but I have a Kobo Glo and all my epubs allow changing of font, margins, line-height etc. However, some of them need to have their internal css tweaked to work correctly (which also means you need to remove any DRM first). If you need it you should be able to get help with css tweaking from these forums. Every epub is different so there isn't really a one-size-fits-all method.
|
For the Kindle, it's enough to remove all custom fonts using the "Modify EPUB" plugin in Calibre, and then remove all occurences of "font-family" in the CSS file to unlock font selection. This will probably work for the Kobo too.
It gets (more) difficult if a book has a very bad markup, adding "style=font-family: ...." to every paragraph; then you'll need to modify that with search&replace or regular expressions.