我已经在域上安装了WordPress,称之为not-very-apealing-name-domain1.com。我还有一个插件域名domain2.com,用于加载第一个域中的所有内容。我注意到当使用domain2.com访问网站时,Firefox中没有加载字体,并且控制台中显示以下错误:
downloadable font: download failed (font-family: "CoolFont1" style:normal weight:normal stretch:normal src index:1): bad URI or cross-site access not allowed
字体是 该网站和两个域都位于网络托管服务。如何加载字体?
答案 0 :(得分:0)
这可能与Access-Control-Allow-Origin
有关
您可能想知道的更多细节:https://developer.mozilla.org/en/http_access_control
可能是解决方案:Access-Control-Allow-Origin Multiple Origin Domains?