请问有人在jsfiddle 上挂别的字体吗?
@font-face {
font-family: 'newFonrAAA';
src: url('//xxx.yyy/zzz.ttf');
}
但使用上会出现错误讯息
Font from origin 'http://xxx.yyy' has been blocked from loading by
Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header
is present on the requested resource. Origin 'http://fiddle.jshell.net' is
therefore not allowed access.
请问这怎么搞定呢? 感谢!