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
602 B
PHP
25 lines
602 B
PHP
<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><?php /**PATH /var/www/vhosts/warpekamart.com/httpdocs/usp/views/print/struk.blade.php ENDPATH**/ ?>
|