From 0be5741ab0f1f7d96bfb6ba303d079a83d2a5626 Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Fri, 18 Sep 2020 00:02:28 +0200 Subject: [PATCH] Fix for graphs bug --- GTheme.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/GTheme.php b/GTheme.php index 59a3926..5063b77 100644 --- a/GTheme.php +++ b/GTheme.php @@ -22,6 +22,11 @@ class GTheme extends Plugin public function configureThemeVariables(Plugin\ThemeStyles $vars) { - $vars->fontFamilyBase = 'Roboto, Helvetica, sans-serif'; + //Nothing here } + + // public function configureThemeVariables(Plugin\ThemeStyles $vars) + // { + // $vars->fontFamilyBase = 'Roboto, Helvetica, sans-serif'; + // } }