From a7a7d624e1dda8cb12bd5c1bcb8614f5636f677f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 27 Aug 2021 22:43:32 +0200 Subject: [PATCH] print: overall font-size reduced #35 acording to DIN the font-size should between 11pt and 12pt --- static/css/theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index 9d4af85c16..1c1702c0f4 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -415,6 +415,12 @@ body { line-height: 1.6; font-size: 18px !important; } +@media print { + html, + body #body{ + font-size: 8.9pt; + } +} h2, h3, h4, h5, h6 { font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; text-rendering: optimizeLegibility;