我在用兽兽的 CSS.NET 做 Google Web Font 的镜像,但在使用的时候 Chrome 报错:

Font from origin 'https://cdn.css.net' has been blocked from loading by Cross-Origin Resource Sharing policy: The 'Access-Control-Allow-Origin' header contains multiple values '*, *', but only one is allowed. Origin 'https://simod.org' is therefore not allowed access.
Google 到的结果都是 ASP.NET 的一些东西,还有些是 Apache 的配置,说要添加 Access-Control-Allow-Origin * 这样的 header,目前兽兽那边已经添加了,请问怎么解决呢?