Apply fontname and bgcolor to output HTML
Co-authored-by: kvid <kvid@users.noreply.github.com>
This commit is contained in:
parent
ea89dd4fe0
commit
cf5315d01c
3
src/wireviz/templates/din-6771.html
generated
3
src/wireviz/templates/din-6771.html
generated
@ -7,7 +7,8 @@
|
||||
<title><!-- %title% --></title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial;
|
||||
font-family: <!-- %fontname% -->;
|
||||
background-color: <!-- %bgcolor% -->;
|
||||
}
|
||||
|
||||
table {
|
||||
|
||||
2
src/wireviz/templates/simple.html
generated
2
src/wireviz/templates/simple.html
generated
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user