dompdf font family issue
Posted
by user335915
on Stack Overflow
See other posts from Stack Overflow
or by user335915
Published on 2010-05-07T23:52:29Z
Indexed on
2010/05/07
23:58 UTC
Read the original article
Hit count: 298
Hello,
I'm using Bamboo invoice as an invoice generator, and I'm trying to customize the invoice template, but no matter what I do, the font just won't seem to adjust.
currently I have
body {
margin: 0.5in;
font-family: 'helvetica';
font-size: 10pt;}
I've read up on it, and helvetica is an installed font, so it should work
to make sure I changed it to 'courier'; which is also in the lib/fonts directory, but the font remains the same.
Any help?
thanks in advance !
© Stack Overflow or respective owner