Changed font size back to 13pt in pdf css

This commit is contained in:
Frank Schubert
2023-01-18 22:19:41 +01:00
parent 079ab6fbe9
commit a852b53134
+1 -1
View File
@@ -16,7 +16,7 @@ html {
body {
font-family: "Open Sans", "Dejavu Sans", dejavusans;
font-size:16pt;
font-size:13pt;
height:100%;
margin-top: 20pt;
}