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‹
If @media print is going to have any effect, it should have a selector inside of the print block
#wrapper is the preferred selector for adjusting the preview, inside or outside of a print block.
I don't know why it won't let me just type @ media print, it keeps trying to link that. But you know what that should look like.
I keep making this error all the time. But still it does not work.