Forum Replies Created
-
AuthorPosts
-
maru
ParticipantHello? I really need an answer here please.
maru
ParticipantI hosted 2 google fonts in the server and accessed those and all works fine!. You can close this thread if you want. Thank you for your help much appreciated.
maru
ParticipantHello Jerry, it worked! thank you so much!
so now i could buy one font or host one google font in my own server, right?maru
ParticipantJerry then
1) is it possible to remove all calls to google requesting the fonts isnt it?
2) what about <link href=’https://fonts.gstatic.com’ crossorigin rel=’preconnect’ /> ?sorry to ask same thing many times, but it is still not clear, because i got different answers.
maru
Participantim planning to buy a font to replace google font and add it on the css from the child theme i created.
maru
ParticipantHello Jerry, sorry for the second thread i opened.
There is this question that i need to get an answer because im working for a big client in germany and i want to recommend to buy Agama Pro but here the Data Protection is very important and i really need to disabled google fonts AND google maps. First because they dont need it and second we dont want to send data outside. So my questions is, can i disabled google fonts and google maps completely also this line that i see in the code?
<link href=”https://fonts.gstatic.com” crossorigin=”” rel=”preconnect”>
Please let me know as soon as possible.
Thank youBest,
Marinamaru
Participantfor storing fonts locally i need to disable the calls to googles api. Is this possible?
i see also the line <link href=’https://fonts.gstatic.com’ crossorigin rel=’preconnect’ /> in the source code…can i remove also that one?maru
ParticipantHi… but Agama pro is not loading the fonts from google i saw they download from own server.Am i wrong?
I no longer see any fonts loaded from Google servers just that code in the source code of the page
Why i see no request in the network tab when i inspect with chrome?
If i use Autoptimize there is a hook where i can remove it, something like
add_filter(‘autoptimize_html_after_minify’, function($content) {
$content = str_replace(“<link href=’https://fonts.gstatic.com’ crossorigin rel=’preconnect’ />”, ‘ ‘, $content);
return $content;
}, 10, 1);will this remove it?
maru
ParticipantHi Zex,
does Agama Pro request the google fonts from Google? as i told you before i dont see the request. I just see under fonts the fonts are being loaded from /upload folder inside wp-content/uploads/1Ptrg8zYS_SKggPNwJYtWqhPBg-14.woff
Am i wrong?is there a way i can send you a screenshot?
maru
ParticipantHi,
im using the fonts used in the theme. My website is password protected because it is not finished yet. i will see if i can create an user for you.
Agama Pro uses Google fonts but i dont see a request to google apis for requesting them, i saw they are downloaded in the upload folder. am i right?
Best
-
AuthorPosts