Apply fontname and bgcolor to output HTML

Co-authored-by: kvid <kvid@users.noreply.github.com>
This commit is contained in:
Daniel Rojas 2021-09-28 20:32:20 +02:00 committed by Laurier Loiselle
parent ea89dd4fe0
commit cf5315d01c
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@
<title><!-- %title% --></title>
<style>
body {
font-family: Arial;
font-family: <!-- %fontname% -->;
background-color: <!-- %bgcolor% -->;
}
table {

View File

@ -20,7 +20,7 @@
}
</style>
</head><body style="font-family:arial;background-color:#FFFFFF">
</head><body style="font-family:<!-- %fontname% -->;background-color:<!-- %bgcolor% -->">
<h1><!-- %title% --></h1>
<h2>Diagram</h2>