Skip to content

Commit b56dd44

Browse files
committed
Update the default font and the default font-family for an input element.
DEVSIX-2050
1 parent e624c46 commit b56dd44

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/resources/com/itextpdf/html2pdf/default.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
html {
2-
font-family: Times-Roman;
2+
font-family: times;
33
}
44

55
pre, tt, code, kbd, samp {
@@ -325,7 +325,9 @@ input, textarea, select, button {
325325
display: inline-block;
326326
text-align: start;
327327
margin: 0em 0em 0em 0em;
328-
font: 13.3333px Arial;
328+
font-size: 13.3333px;
329+
font-family: Arial, Helvetica;
330+
font-weight: normal;
329331
}
330332

331333
input {

0 commit comments

Comments
 (0)