Quote:
Originally Posted by Notjohn
Thus arranged, Preview is just about the size of a "page" on my Fire tablet, and just as easy to read. (It would be nice to have the ability to add a bit of leading to the lines.)
|
It is possible.
Create or edit the custom_preview_style.css file in the Sigil Preferences folder. Where's the folder?
Open "Preferences" and click on the "Open Preferences Location" button in the lower left corner. It's there.
Add to custom_preview_style.css file this line:
Code:
p {line-height: 2;}
Change the value
2 to one that suits you best.
This change will, of course, ONLY affect the preview pane and may facilitate final file checking. We do not change anything in the EPUB file, so the style does not change there.
Because – as far as I remember – you always use the same CSS in your EPUBs, it fulfills your need completely.