Hi Ted, thanks for posting.
I tried loading
https://www.keyoti.com/p...ch/dotNetWeb/index.html in Chrome, but I don't see any errors in the devtools console. Do I need to do anything extra?
Also, your error implies that we're trying to load a google font, but I know that SearchUnit has no dependency on external fonts.
My thoughts;
1. Do you have a custom stylesheet applied to all pages loaded in Chrome, eg.
https://www.itsupportgui...css-with-google-chrome/
2. Maybe you have a Chrome extension that loads this font?
3. Are you using Modernizr scripts with your own site? See
http://stackoverflow.com...zr-loading-google-fonts which interestingly is about that specific font 'rosarivo'. We don't use it on our site, so maybe the error was from your own page?
4. Can you use the Network tab in dev tools to find the request to the HTTP url? If you open network and do CTRL-F, and type 'fonts' it should come up.
Please let me know
Jim
-your feedback is helpful to other users, thank you!