Cross-domain font-face issues

后端 未结 4 392
遇见更好的自我
遇见更好的自我 2021-02-04 04:47

please read all of this before commenting.

I\'m currently working on a large website which is hosted on Amazon Web Services (AWS). This allows us to use scalability feat

4条回答
  •  长发绾君心
    2021-02-04 05:19

    Currently, serving webfonts from AWS likely won't work in Firefox and IE 9+ because AWS doesn't support the Access-Control-Origin-Header. See this post on the AWS forums. Seems to be a problem for a lot of people.

    Update 7/17/12:

    As an alternative to AWS, Google's cloud services support cross-origin file serving. I just set up a bucket to serve webfonts, and it seems to be working. See this blog post and the documentation for more info.

提交回复
热议问题