Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-01-14 01:48:40 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-14 01:48:40 +0300
commit601c96f80f9bce2cc725567c1a96169e704a190a (patch)
tree1031c37f13d9154967af07b6e869ed7995d19d1d /core/ReportRenderer.php
parent38c811e72aeb6bbbd2de5258f7435102889670d1 (diff)
Add ability to customise the font family in HTML email reports
Diffstat (limited to 'core/ReportRenderer.php')
-rw-r--r--core/ReportRenderer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ReportRenderer.php b/core/ReportRenderer.php
index 7d7566a428..adb7d41006 100644
--- a/core/ReportRenderer.php
+++ b/core/ReportRenderer.php
@@ -23,7 +23,7 @@ use Piwik\BaseFactory;
*/
abstract class ReportRenderer extends BaseFactory
{
- const DEFAULT_REPORT_FONT = 'dejavusans';
+ const DEFAULT_REPORT_FONT_FAMILY = 'dejavusans';
const REPORT_TEXT_COLOR = "68,68,68";
const REPORT_TITLE_TEXT_COLOR = "126,115,99";
const TABLE_HEADER_BG_COLOR = "228,226,215";