Skip to content

Commit 519a983

Browse files
authored
Merge pull request #10 from stevebauman/patch-2
Inherit site font by default
2 parents 2f3b4a7 + a6c3e8e commit 519a983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/apexcharts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'zoom' => [
2828
'enabled' => true,
2929
],
30-
'fontFamily' => 'Nunito',
30+
'fontFamily' => 'inherit',
3131
'foreColor' => '#373d3f',
3232
],
3333

0 commit comments

Comments
 (0)