Added by Jonathan Foucher about 1 year ago
How can I change the font in the PDF invoices? I want to try changing fonts, because the € sign appears as ? It looks like an encoding problem...
Never mind, I fixed it by adding the following line on line 69 of invoice.php
$html=str_replace("€","€","$html");FYI, there's been an issue created for this problem now:
http://dev.argentuminvoice.com/issues/202
Will be fixed in next version.