font on pick list
Font on Oick list when priting to 4 x 6 Thermal Printer is too Small

1 comment
-
Dean NG360 commented
Place this code in the "order header" when editing the template (copy your existing one so you can test without breaking anything) to change the whole label -
<style>
* {
font-size:18px;
font-family: Arial, Helvetica, sans-serif;
color: #4f4f4f;
}
</style>Change the px size to what you need.
Or you can enter this next to the line on the document you want to make bigger -
<p align="left" style="font-size:19px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; color: #4f4f4f">
again change to the px to suit.