I'm having a problem and I'm a beginner in PHP, I do not know if it's easy to fix this error.
(Parse error: syntax error, unexpected T_VARIABLE in /home/u611580299/public_html/wp-content/themes/simplicityantigo/includes/google-fonts.php on line 1)
<?php
global $fontArrays;
$fontArrays = array(
0 =>
array(
'kind' => 'webfonts#webfont',
'family' => 'ABeeZee',
'variants' =>
array(
0 => 'regular',
1 => 'italic',
),
'subsets' =>
array(
0 => 'latin',
),
),
// ...
);
?>