From a6c3e8e16dacce812336d2a9718fa72bc8335903 Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Sat, 30 Mar 2024 19:41:37 -0400 Subject: [PATCH] Inherit site font --- src/Config/apexcharts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config/apexcharts.php b/src/Config/apexcharts.php index c2a9158..95828f8 100644 --- a/src/Config/apexcharts.php +++ b/src/Config/apexcharts.php @@ -23,7 +23,7 @@ 'zoom' => [ 'enabled' => true, ], - 'fontFamily' => 'Nunito', + 'fontFamily' => 'inherit', 'foreColor' => '#373d3f', ],