Hi,
I have a custom stylesheet with
body {
font-family: "Cargan", "Cargan Regular", Georgia, -apple-system,
BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-size: 16px;
line-height: 1.5;
max-width: 50em;
}
It works ok in Marked 2.
In Marked 3 the font size is much larger. And the override font size in the PDF export window is ignored.
Also CSS for print is ignored:
@media print {
font-size: 12pt;
}
Yours
derheap
PS: The image upload is not working. I select a PNG and the popup keeps complaining: ›The file can not be empty‹