CSS font size for printing in Safarii
-
Hello,
I used Custom Print Page Style:
input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=date], select, textarea {
border: none;
font-size: 14px;
}
label {
border: none;
font-size: 14px;
}
.um_label_top {
font-weight: 900;
font-size: 14px;
}to adjust the font size on the printout. All browsers except Safarii print correctly. In the Safaria browser the font is too large and instead of 1 page the content is printed on 3 pages.
Is there any way to adjust the font size for Safaria? Any separate css?
Entering the CSS code in the “Custom Print Page Style” field does not work for Safarii
- The topic ‘CSS font size for printing in Safarii’ is closed to new replies.