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