Chrome extension preventing my deployed website from functioning

I am fairly new to web development. I have deployed only a few static sites, but only today did I encounter the following error message after trying to deploy through Cloudfare, Vercel, and Netlify:

Denying load of chrome-extension://bkdgflcldnnnapblkhphbgpggdiikppg/public/font/ProximaNova-Reg-webfont.woff2. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.

I would like potential employers to be able to access these sites & not be met by a blank page, so I wonder if there’s anything I can do as the developer of these sites to prevent this from happening, or to, at least, make the UX better.

Has anyone else been in this situation? If so, what did you do to fix it? Nothing I have found online in the last 5 hours has been of any help for this particular question.