{"id":160943,"date":"2022-08-05T07:43:52","date_gmt":"2022-08-05T07:43:52","guid":{"rendered":"https:\/\/de.wordpress.org\/plugins\/replace-google-fonts-with-bunny-fonts\/"},"modified":"2022-12-06T20:11:12","modified_gmt":"2022-12-06T20:11:12","slug":"replace-google-fonts-with-bunny-fonts","status":"publish","type":"plugin","link":"https:\/\/dsb.wordpress.org\/plugins\/replace-google-fonts-with-bunny-fonts\/","author":15230924,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.1.2","stable_tag":"2.1.2","tested":"6.1.0","requires":"4.5","requires_php":"5.6","requires_plugins":"","header_name":"Replace Google Fonts with Bunny Fonts","header_author":"antonioleutsch","header_description":"Easily replace Google Fonts with Bunny Fonts.","assets_banners_color":"0b1b33","last_updated":"2022-12-06 20:11:12","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/paypal.me\/antonioleutsch","header_plugin_uri":"https:\/\/github.com\/AntonioLeutsch\/Replace-Google-Fonts-with-Bunny-Fonts-WordPress-Plugin","header_author_uri":"https:\/\/antonio-leutsch.com","rating":4.3,"author_block_rating":0,"active_installs":1000,"downloads":9758,"num_ratings":10,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"antonioleutsch","date":"2022-08-05 07:44:43"},"2.0.0":{"tag":"2.0.0","author":"antonioleutsch","date":"2022-09-21 15:02:28"},"2.1.0":{"tag":"2.1.0","author":"antonioleutsch","date":"2022-10-05 12:28:43"},"2.1.1":{"tag":"2.1.1","author":"antonioleutsch","date":"2022-10-10 10:59:11"},"2.1.2":{"tag":"2.1.2","author":"antonioleutsch","date":"2022-12-06 20:11:12"}},"upgrade_notice":[],"ratings":{"1":1,"2":0,"3":1,"4":1,"5":7},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2766758,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2766758,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2766758,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2766758,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","2.0.0","2.1.0","2.1.1","2.1.2"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[212702,3778,7854],"plugin_category":[],"plugin_contributors":[148694],"plugin_business_model":[],"class_list":["post-160943","plugin","type-plugin","status-publish","hentry","plugin_tags-bunny-fonts","plugin_tags-google-fonts","plugin_tags-replace","plugin_contributors-antonioleutsch","plugin_committers-antonioleutsch"],"banners":{"banner":"https:\/\/ps.w.org\/replace-google-fonts-with-bunny-fonts\/assets\/banner-772x250.png?rev=2766758","banner_2x":"https:\/\/ps.w.org\/replace-google-fonts-with-bunny-fonts\/assets\/banner-1544x500.png?rev=2766758","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/replace-google-fonts-with-bunny-fonts\/assets\/icon-128x128.png?rev=2766758","icon_2x":"https:\/\/ps.w.org\/replace-google-fonts-with-bunny-fonts\/assets\/icon-256x256.png?rev=2766758","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Replace Google Fonts with Bunny Fonts in the HTML Markup of your WordPress site.\nIt also replaces the preconnects with the correct ones.<\/p>\n\n<p>To disable creating a preconnect to fonts.bunny.net, add the following line to your functions.php:<\/p>\n\n<pre><code>add_filter('al_bunny_insert_al_bunny_preconnect', '__return_false');\n<\/code><\/pre>\n\n<p>To disable removing the google fonts preconnect, add the following line to your functions.php:<\/p>\n\n<pre><code>add_filter('al_bunny_remove_google_preconnect', '__return_false');\n<\/code><\/pre>\n\n<p>To disable removing the google fonts dns-prefetch, add the following line to your functions.php:<\/p>\n\n<pre><code>add_filter('al_bunny_remove_google_prefetch', '__return_false');\n<\/code><\/pre>\n\n<h4>Supported Cache Plugins<\/h4>\n\n<ul>\n<li>Autoptimize<\/li>\n<li>SiteGround Optimizer<\/li>\n<li>Swift Performance Lite<\/li>\n<li>W3 Total Cache<\/li>\n<li>WP Fastest Cache Plugin<\/li>\n<li>WP Rocket<\/li>\n<li>WP Super Cache<\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<ol>\n<li>Upload the plugin folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>2.1.2<\/h4>\n\n<ul>\n<li>add polyfill for str_contains() function<\/li>\n<\/ul>\n\n<h4>2.1.1<\/h4>\n\n<ul>\n<li>Adding Array of strings for replacing and removing different spellings of Google Fonts<\/li>\n<\/ul>\n\n<h4>2.1<\/h4>\n\n<ul>\n<li>Added support for WP Rocket<\/li>\n<li>Added support for WP Super Cache<\/li>\n<li>Added support for W3 Total Cache<\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<ul>\n<li>Added support for WP Fastest Cache Plugin<\/li>\n<li>Added support for Autoptimize Plugin<\/li>\n<li>added filter to disable dns-prefetch to google fonts<\/li>\n<li>change filter name from <code>al_bunny_insert_al_bunny_preconnect<\/code> to <code>al_bunny_insert_bunny_preconnect<\/code><\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>initial release<\/li>\n<\/ul>","raw_excerpt":"Replace Google Fonts with Bunny Fonts in the HTML Markup of your WordPress site.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/dsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/160943","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/dsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/dsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=160943"}],"author":[{"embeddable":true,"href":"https:\/\/dsb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/antonioleutsch"}],"wp:attachment":[{"href":"https:\/\/dsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=160943"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/dsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=160943"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/dsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=160943"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/dsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=160943"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/dsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=160943"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/dsb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=160943"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}