Description
This plugin has been closed as of July 10, 2021 and is not available for download. Reason: Guideline Violation.
Reviews
Seesi | Phillip
July 4, 2020
The Plugin does not get updated anymore, but still works as it should be.
Really really good Plugin. There is nothing else like this!
Sebastian Hartmann
July 31, 2019
It made two WP5.2 with WooCommerce installs so slow they became unusable.
mobilewebexpert
July 22, 2019
Unlike the Disable Google Fonts plugin, this one worked almost perfectly for me. (I’m using the econature theme from cmsmasters.)
The result was that my fonts still look the same as before and the links to fonts.googleapis.com no longer appear in my html code.
However, I noticed that this link remained in my html:
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
To get rid of that, I just added this to my functions.php file:
/*
* Remove these lines from our html:
* <link rel='dns-prefetch' href='//fonts.googleapis.com' />
* <link rel='dns-prefetch' href='//s.w.org' />
*/
remove_action( 'wp_head', 'wp_resource_hints', 2 );
NB – This also removed this code from my html:
<link rel='dns-prefetch' href='//s.w.org' />
Leopard-Lady
November 30, 2018
Hot diggity damn this plugin works!!
I have spent – scratch that – WASTED so many hours trying to locate the source of and remove the google fonts it’s sickening.
I’ve tried every thing I could find to do it manually . . . and none of them worked.
I’ve lost count of how many plugins I’ve tried . . . and none of them worked.
Then, quite by accident, I finally came across your plugin . . . and dammit it worked INSTANTLY!!
I’d hug and kiss you if I could! ??
Thank you so much for a solution that actually works!!
LL
meisterleise
July 1, 2018
Thanks a lot!
Andrea
June 6, 2018
Need to have because of the new GDPDR regulations (EU-DSGVO).
Removes Google Fonts even from hard-coded plugins. Great!
Contributors & Developers
“Remove Google Fonts References” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Remove Google Fonts References” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.