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:
Kovid Goyal 2008-03-27 22:29:17 +00:00
parent 0f93519514
commit 546e6eae49

View File

@ -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()