When I try to change the font style in my custom print format, most font styles are not accepted, except for a few like ‘Courier New’ and ‘Times New Roman.’ In these cases, the default sans-serif style is applied instead.
.print-format {
font-family: ‘Courier New’, monospace;
font-family: “Times New Roman”, Times, serif;
}