diff --git a/src/wireviz/wv_html.py b/src/wireviz/wv_html.py
index 73881f8..70c9fdd 100644
--- a/src/wireviz/wv_html.py
+++ b/src/wireviz/wv_html.py
@@ -56,6 +56,8 @@ def generate_html_output(filename: Union[str, Path], bom_list: List[List[str]],
# prepare simple replacements
replacements = {
'': f'{APP_NAME} {__version__} - {APP_URL}',
+ '': options.fontname,
+ '': options.bgcolor, # TODO: currently not working, requires translation from 2-char color code to HTML
'': svgdata,
'': bom_html,
'': bom_html_reversed,