mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 19:36:20 +01:00
Bump up the default base size for recipes to 12 pts, since the reader is unable to reflow a number of them.
This commit is contained in:
parent
8b02c3ac2d
commit
95fe65b499
1 changed files with 2 additions and 0 deletions
|
|
@ -428,6 +428,8 @@ def __init__(self, options, parser, progress_reporter):
|
|||
|
||||
self.navbar = templates.NavBarTemplate()
|
||||
self.html2lrf_options.extend(['--page-break-before', '$', '--use-spine', '--header'])
|
||||
if '--base-font-size' not in self.html2lrf_options:
|
||||
self.html2lrf_options.extend(['--base-font-size', '12'])
|
||||
self.failed_downloads = []
|
||||
self.partial_failures = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue