Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以让自定义字体在所有浏览器中正确显示,而无需修改对我的 CDN 的访问标头?会像这样集成一些javascript脚本:document.domain='domain.com';工作吗?
document.domain='domain.com';
谢谢!
该规范要求跨站点字体加载受 CORS 保护,因此您需要让您的 CDN 发送正确的 CORS 标头。