print: overall font-size reduced #35

acording to DIN the font-size should between 11pt and 12pt
This commit is contained in:
Sören Weber 2021-08-27 22:43:32 +02:00
parent 7da2073845
commit a7a7d624e1
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -415,6 +415,12 @@ body {
line-height: 1.6; line-height: 1.6;
font-size: 18px !important; font-size: 18px !important;
} }
@media print {
html,
body #body{
font-size: 8.9pt;
}
}
h2, h3, h4, h5, h6 { h2, h3, h4, h5, h6 {
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;