You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
500 B
PHTML

<style>
@media print {
*{
font-family: Arial;
}
@page {
size: 64mm 202mm; /* auto is the initial value */
margin: 0;
}
body {
-webkit-print-color-adjust: exact !important;
print-color-adjust: exact !important;
margin: 0;
}
td{
font-size: 8pt;
}
}
</style>