diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-06-04 23:39:18 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-06-04 23:40:09 +0100 |
| commit | d17615eddc765b2e395ebe8a1f1c67518db467db (patch) | |
| tree | 16cb66703cfc5551ce530eaa9f3eb4fb59246026 /app/Theme | |
| parent | 268bcb455673155e78b9762911cd30906516f97b (diff) | |
| download | webtrees-d17615eddc765b2e395ebe8a1f1c67518db467db.tar.gz webtrees-d17615eddc765b2e395ebe8a1f1c67518db467db.tar.bz2 webtrees-d17615eddc765b2e395ebe8a1f1c67518db467db.zip | |
Update font dejavu sans
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, |
