• Resolved Ov3rfly

    (@ov3rfly)


    Plugin file resources/views/dashboard.php included via app/routes.php contains hardcoded external hosted Google webfonts:

    <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet"> ..
    

    Please remove this or include the font in plugin distribution, we need to host all assets locally due to GDPR regulations.

    Legal background: Complying with GDPR when using Google Fonts (make.wordpress.org)

    Website Builder by SeedProd .. Coming Soon .. 6.13.1

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Thanks for the heads up. This font is only used in the back end in the plugin’s settings screens and not on the front end. We will look into altering the way this is added to the back end.

    Thread Starter Ov3rfly

    (@ov3rfly)

    While you are at it, the same font is also added on all your plugin admin pages via WordPress enqueue API:

    wp_enqueue_style( 'seedprod-google-fonts', 'https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700&display=swap', false );
    

    Actually there is no need to add this font at all.

    The plugin works fine also without the font.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dashboard page contains hardcoded external hosted webfonts’ is closed to new replies.