当我尝试将下面显示的代码添加到我的 CSS3 样式表时,我收到错误消息,指出“格式(‘xxxx’)’不是 src 属性的有效值。如果我在“格式化”之前删除空格,错误就会消失,但我不知道是否正在处理代码。
我快筋疲力尽了。有没有人有任何想法?
谢谢,
尤里
@font-face {
font-family: 'arialregular';
src: url('arial-webfont.eot');
src: url('arial-webfont.eot?#iefix') format('embedded-opentype'),
url('arial-webfont.woff') format('woff'),
url('arial-webfont.ttf') format('truetype'),
url('arial-webfont.svg#arialregular') format('svg');
font-weight: normal;
font-style: normal;
}