Updated dolibarr_changes

This commit is contained in:
Raphaël Doursenaud 2014-03-06 18:15:50 +01:00
parent 9a1919238f
commit 2f150a8927

View File

@ -39,6 +39,11 @@ into
// initialize subsetchars
$subsetchars = array_fill(0, 256, true);
* Made freemono the default monotype font because we removed courier
In htdocs/includes/tcpdf/tcpdf.php
- protected $default_monospaced_font = 'courier';
+ protected $default_monospaced_font = 'freemono';
JSGANTT:
--------