Hello Friends.
We have our new store up and running at Welcome to Allparts Music - Guitar, Bass, and Amp Parts Supplier - I'm pleased with everything so far.
I am having trouble getting our invoices to print out with a smaller font size. I have referenced a css file that consists entirely of the following, but the size won't decrease:
Does anyone have a quick fix for adjusting the font on the printed invoice?
Thank you.
We have our new store up and running at Welcome to Allparts Music - Guitar, Bass, and Amp Parts Supplier - I'm pleased with everything so far.
I am having trouble getting our invoices to print out with a smaller font size. I have referenced a css file that consists entirely of the following, but the size won't decrease:
Code:
@charset "utf-8"; /* CSS Document */ body { font-size:6pt; font-family:Arial, Helvetica, sans-serif; }
Thank you.
Comment