diff options
Diffstat (limited to 'printing_templates/two_dives.html')
-rw-r--r-- | printing_templates/two_dives.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/printing_templates/two_dives.html b/printing_templates/two_dives.html index 9868bfd11..b0ad9ba15 100644 --- a/printing_templates/two_dives.html +++ b/printing_templates/two_dives.html @@ -5,11 +5,13 @@ background-color: white; padding: 0px; margin: 0px; - font-size: 1.2vw; + font-size: {{ template_options.font_size }}vw; + line-height: {{ template_options.line_spacing }}; + font-family: {{ template_options.font }}; } h1 { - font-size: 1.2vw; + font-size: {{ template_options.font_size }}vw; float: left; } @@ -91,6 +93,7 @@ overflow: hidden !important; text-overflow: ellipsis; max-height: 10.3vw; + line-height: {{ template_options.line_spacing }}; } #footer { |