i have an array with this structure
$font = Array
(
["family"] => ABeeZee
["category"] => sans-serif
["variants"] => Array
(
[0] => regular
[1] => italic
)
["subsets"] => Array
(
[0] => latin
)
)
i want to get the elements like $family = ABeeZee ,$variants = regular, italic