Skip Navigation

[Resolved] Views loads Google Font "Noto Serif" in the frontend / GDPR problem

This support ticket is created 4 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 10 replies, has 2 voices.

Last updated by Luo Yang 4 years, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#1447099

Hi!

the current version of Views loads a Google Font in the frontend:

<link rel='stylesheet' id='wp-editor-font-css'  href='<em><u>hidden link</u></em>' type='text/css' media='all' />

I'm 100% sure this wasn't the case in earlier plugin versions since this is a GDPR issue and it must be declared in the privacy policy of every website.

Questions:
When did you integrate this font?
Why in the frontend?
How can I remove it? (Option in plugin settings would be helpful!)

Best regards
Matthias

#1448381

Hello,

Thanks for the details, I can duplicate the same problem, and have escalated this issue, will update here if there is any news.

In my test, this issue starts from Views 3.0.2

#1448455

Thank you, Luo!

Meanwhile, I also tested different releases and I found out that it started with v3.0 with the introduction of the Toolset Blocks.

I hope this will be fixed soon.

#1449885

It has been escalated to our developers, and our 2nd tier supporter has provided a workaround, for example, add below codes into your theme file "functions.php":

function remove_google_fonts_stylesheet() {
wp_dequeue_style( 'wp-editor-font-css' );
}
add_action( 'wp_enqueue_scripts', 'remove_google_fonts_stylesheet', 999 );
#1451147

Thanks!

But will Toolset remove this font from the frontend in the next release? Again, this is a GDPR issue for your European customers. Website owners must declare this in their privacy policies. And lot of websites I maintain, don't want to use third-party font's at all. But now they use them without knowing. This is not OK.

#1455195

It has been escalated to our developers as a bug, our developers are working on it, but I am not sure if it can be fixed in next release, I have to mark this thread as "Esclated" status, will update here if there is any news.

#1502551

Here is the feedback from our developers, this is fixed in Toolset Views plugin version 3.2, which is under QA status, I will keep on updating here.

#1514129

Hello,

Our developers have provided a patch in the Erratum :
https://toolset.com/errata/toolset-loads-extra-google-fonts-files-on-the-front-end/

Currently, you can also try that patch file in your website.

#1520195

Thanks, Luo. The patch is working.

But I still hope this will be fixed in the next release. I can't patch all sites manually.

#1520199

Here is the feedback from our developers:
This will get released with Views 3.2.

But I am not sure when will it be released, it is still in QA status.

#1562341

It is fixed in Toolset Views 3.1.3, you can download it here:
https://toolset.com/account/downloads/

Please test and feedback if the problem is fixed. thanks