13 lines
205 B
CSS
13 lines
205 B
CSS
@media print {
|
|
footer {
|
|
page-break-after: always;
|
|
}
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'MICR';
|
|
src: url("/micrenc.ttf") format("truetype");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|