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;