forked from platypush/platypush
Improved generated pdf font size and family
This commit is contained in:
parent
24ec35e5b3
commit
12fefaa220
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class HttpWebpagePlugin(Plugin):
|
|||
title = response.json()['title']
|
||||
content = '<body style="{body_style}"><h1>{title}</h1>{content}</body>'.\
|
||||
format(title=title, content=response.json()['content'],
|
||||
body_style='font-size: 20px; font-family: Verdana, Geneva, sans-serif')
|
||||
body_style='font-size: 22px; font-family: Tahoma, Geneva, sans-serif')
|
||||
|
||||
if not outfile:
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue