reduxframework / redux-framework-4

Redux v4
https://redux.io/redux-4/
Other
97 stars 32 forks source link

Fallback for Google Fonts to what's embedded. #219

Closed essamamdani closed 3 years ago

essamamdani commented 3 years ago

@dovy I want details of this issue please elaborate...

kprovance commented 3 years ago

I thought Redux did this already?

$fonts = Redux_Helpers::google_fonts_array( get_option( 'auto_update_redux_google_fonts', false ) );
if ( empty( $fonts ) ) {
    $google_font = dirname( __FILE__ ) . '/googlefonts.php';
    $fonts       = include $google_font;
}