diff options
Diffstat (limited to 'app/Theme')
| -rw-r--r-- | app/Theme/BaseTheme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Theme/BaseTheme.php b/app/Theme/BaseTheme.php index 80dbd4397a..1d5f4ec78a 100644 --- a/app/Theme/BaseTheme.php +++ b/app/Theme/BaseTheme.php @@ -1841,7 +1841,7 @@ abstract class BaseTheme { 'chart-box-y' => 80, 'chart-descendancy-indent' => 15, 'chart-font-color' => '000000', - 'chart-font-name' => WT_ROOT . 'includes/fonts/DejaVuSans.ttf', + 'chart-font-name' => WT_ROOT . 'packages/dejavu-fonts-ttf-2.35/ttf/DejaVuSans.ttf', 'chart-font-size' => 7, 'chart-spacing-x' => 5, 'chart-spacing-y' => 10, |
