Title: Still shows &#8220;https://fonts.googleapis.com/&#8221; in Source Code on Page
Last modified: October 23, 2022

---

# Still shows “https://fonts.googleapis.com/” in Source Code on Page

 *  Resolved [dxnent](https://wordpress.org/support/users/dxnent/)
 * (@dxnent)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/still-shows-https-fonts-googleapis-com-in-source-code-on-page/)
 * Hey Team,
 * we are using your Plugin “Disable & Remove Google Fonts” and also have these 
   filters in our child theme (“Astra”):
 *     ```
       add_filter( 'astra_google_fonts_selected', '__return_empty_array' );
       add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );
       ```
   
 * but it still shows us these two “[https://fonts.googleapis.com/&#8221](https://fonts.googleapis.com/&#8221);
   in our Source Code:
 * 1.
 * `<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Serif:
   400,400i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese&
   display=swap">`
 * 2.
 *     ```
       <script consent-skip-blocker="1" data-skip-lazy-load="js-extra">
       (function () {
         // Web Font Loader compatibility (https://github.com/typekit/webfontloader)
         var modules = {
           typekit: "https://use.typekit.net",
           google: "https://fonts.googleapis.com/"
         };
   
         var load = function (config) {
           setTimeout(function () {
             var a = window.consentApi;
   
             // Only when blocker is active
             if (a) {
               // Iterate all modules and handle in a single <code>WebFont.load</code>
               Object.keys(modules).forEach(function (module) {
                 var newConfigWithoutOtherModules = JSON.parse(
                   JSON.stringify(config)
                 );
                 Object.keys(modules).forEach(function (toRemove) {
                   if (toRemove !== module) {
                     delete newConfigWithoutOtherModules[toRemove];
                   }
                 });
   
                 if (newConfigWithoutOtherModules[module]) {
                   a.unblock(modules[module]).then(function () {
                     var originalLoad = window.WebFont.load;
                     if (originalLoad !== load) {
                       originalLoad(newConfigWithoutOtherModules);
                     }
                   });
                 }
               });
             }
           }, 0);
         };
   
         if (!window.WebFont) {
           window.WebFont = {
             load: load
           };
         }
       })();
       </script>
       ```
   
 * Could you help us with that problem?
 * Our Page:
 * [https://pokecustoms.com/](https://pokecustoms.com/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstill-shows-https-fonts-googleapis-com-in-source-code-on-page%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [DannyCooper](https://wordpress.org/support/users/dannycooper/)
 * (@dannycooper)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/still-shows-https-fonts-googleapis-com-in-source-code-on-page/#post-16125979)
 * Hi [@dxnent](https://wordpress.org/support/users/dxnent/),
 * Have you followed the guide here? [https://fontsplugin.com/remove-disable-google-fonts/#avada](https://fontsplugin.com/remove-disable-google-fonts/#avada)
 *  Thread Starter [dxnent](https://wordpress.org/support/users/dxnent/)
 * (@dxnent)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/still-shows-https-fonts-googleapis-com-in-source-code-on-page/#post-16126007)
 * Hi [@dannycooper](https://wordpress.org/support/users/dannycooper/)
 * yes I checked all steps already

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Still shows “https://fonts.googleapis.com/” in Source Code on Page’ is
closed to new replies.

 * ![](https://ps.w.org/disable-remove-google-fonts/assets/icon-256x256.jpg?rev=
   2780044)
 * [Disable and Remove Google Fonts | GDPR & DSGVO friendly](https://wordpress.org/plugins/disable-remove-google-fonts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/disable-remove-google-fonts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/disable-remove-google-fonts/)
 * [Active Topics](https://wordpress.org/support/plugin/disable-remove-google-fonts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/disable-remove-google-fonts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/disable-remove-google-fonts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [dxnent](https://wordpress.org/support/users/dxnent/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/still-shows-https-fonts-googleapis-com-in-source-code-on-page/#post-16126007)
 * Status: resolved