I agree. I’m using this plugin to allow easy font selection in global themes and its working for the most part.
Would be great to filter available font weights too, because it looks a little messy in the options page.
May there is a way by feeding in a multi dimensional array?? I did, but it didn’t interpret it.
public function google_font_list( $fonts ) {
$fonts = array(
‘Raleway’ => ‘Raleway’,
‘Lato’ => ‘Lato’,
‘Oswald’ => ‘Oswald’,
‘Open Sans’ => ‘Open Sans’
);
return $fonts;