Increased font size in generated pdf

This commit is contained in:
Fabio Manganiello 2019-03-30 12:41:02 +01:00
parent 3ca6e75634
commit 24ec35e5b3
1 changed files with 1 additions and 1 deletions

View File

@ -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: 15px; font-family: Verdana, Geneva, sans-serif')
body_style='font-size: 20px; font-family: Verdana, Geneva, sans-serif')
if not outfile:
return {