mirror of https://github.com/BOINC/boinc.git
Moved font directory to somewhere potentially sane
This commit is contained in:
parent
804fcf0f67
commit
3ba29a993b
|
@ -52,7 +52,7 @@
|
|||
var $ScaleMinDivHeight = 20; // Minimum height for scame divs
|
||||
|
||||
/* Font properties */
|
||||
var $FontName = "fonts/DejaVuSans.ttf"; // Default font file
|
||||
var $FontName = "sites/all/libraries/fonts/DejaVuSans.ttf"; // Default font file
|
||||
var $FontSize = 12; // Default font size
|
||||
var $FontBox = NULL; // Return the bounding box of the last written string
|
||||
var $FontColorR = 0; // Default color settings
|
||||
|
|
Loading…
Reference in New Issue