Remove Google Fonts dependency
-
Hi there, first of all, mega thank you for the plugin.
I noticed the Google fonts is used within this plugin. In Europe, for example Germany, it’s forbidden to used Google Analytics / Google Fonts. WordPress itself is also already removing Google Fonts from it’s default Twenty* themes.
Could you also please remove it from this plugin, for future use.
I dequeued the style, but maybe other uses won’t notices it and may be breaking the law. The already have been given money sanctions in Germany for not complying.
add_action('admin_enqueue_scripts', function(){ wp_dequeue_style( 'stop-user-enumeration-fonts' ); });
Kinds regards,
Jaime
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Remove Google Fonts dependency’ is closed to new replies.