Qual: Prepare externalisation of font
This commit is contained in:
parent
5f043b7d18
commit
c3270c7c76
@ -5,7 +5,7 @@
|
|||||||
# This file is used by Dolibarr setup process to create true Dolibarr
|
# This file is used by Dolibarr setup process to create true Dolibarr
|
||||||
# config file called "conf.php".
|
# config file called "conf.php".
|
||||||
#
|
#
|
||||||
# $Id: conf.php.example,v 1.50 2011/08/14 14:31:40 eldy Exp $
|
# $Id: conf.php.example,v 1.51 2011/08/14 15:59:49 eldy Exp $
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
@ -257,4 +257,12 @@ $dolibarr_main_prod='0';
|
|||||||
# Value to overwrite some path to use shared libraries instead of embedded one
|
# Value to overwrite some path to use shared libraries instead of embedded one
|
||||||
#$dolibarr_lib_ODTPHP_PATHTOPCLZIP="/usr/share/php/libphp-pclzip";
|
#$dolibarr_lib_ODTPHP_PATHTOPCLZIP="/usr/share/php/libphp-pclzip";
|
||||||
|
|
||||||
|
##############################
|
||||||
|
# Path to external font #
|
||||||
|
##############################
|
||||||
|
|
||||||
|
# Value to overwrite some path to use font instead of embedded one
|
||||||
|
#$dolibarr_font_DOL_DEFAULT_TTF="/usr/share/font/dejavu/DejaVuSans.ttf";
|
||||||
|
#$dolibarr_font_DOL_DEFAULT_TTF_BOLD="/usr/share/font/dejavu/DejaVuSans-Bold.ttf";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user