mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Increase the base font size of the new york times recipe by 4pts as the SONY reder seems to be unable to parse the file at font sizes other than S
This commit is contained in:
parent
0f93519514
commit
546e6eae49
@ -24,6 +24,7 @@ class NYTimes(BasicNewsRecipe):
|
||||
encoding = 'cp1252'
|
||||
no_stylesheets = True
|
||||
extra_css = 'h1 {font: sans-serif large;}\n.byline {font:monospace;}'
|
||||
html2lrf_options = ['--base-font-size', '14']
|
||||
|
||||
def get_browser(self):
|
||||
br = BasicNewsRecipe.get_browser()
|
||||
|
Loading…
x
Reference in New Issue
Block a user