Fonts // Third Party Connection
Hey Brizy Community,
i have a quesiton about local fonts in the brizy Wordpress Plugin.
I set all fonts to local but there is still a connection to bunny.com if i look at my html code.
<link rel='stylesheet' id='brizy-asset-google-10-css' class="brz-link brz-link-google" type="text/css" href='https://fonts.bunny.net/css ...
How can i change it that there is no connection to a third party?
-
Hi Marco,
Can you please mention your website URL so that we can check the issue?
0 -
Hey George,
thanks for you response.
The Code snipped i found: (The snipped from the first post is the wrong one)
<link class="brz-link brz-link-bunny-fonts-prefetch" rel="dns-prefetch" href="//fonts.bunny.net"> <link class="brz-link brz-link-bunny-fonts-preconnect" rel="preconnect" href="https://fonts.bunny.net/" crossorigin> ...
URL https://schwimmbadfachbetrieb.net/
Thanks a lot for your time & All the best!
0 -
Hi Marco,
You can see each HTTP request your website makes if you look at the "waterfall" of your website. This is your website's GT Metrix performance report. https://gtmetrix.com/reports/schwimmbadfachbetrieb.net/YsfCqVdO/ Please select "Waterfall" tab of the report to view the various HTTP requests that your website sends out.
All requests made by your website are internal, and none are being sent to external servers, as can be seen by looking at the domain column of the waterfall.

The code snippet you have mentioned does not indicate that your website makes a calls to fonts.bunny.net. You have no cause for concern if your aim is to prevent making HTTP calls to external servers.
0
Please sign in to leave a comment.
Comments
3 comments