我已经设置了一个无cookie的子域。在我的css中,我使用@font-face:
@font-face {
font-family: Butterfly Kids;
src:url(fonts/butterfly/Butterfly-Kids.ttf.woff) format(\'woff\'),
url(fonts/butterfly/Butterfly-Kids.ttf.svg#Butterfly-Kids) format(\'svg\'),
url(fonts/butterfly/Butterfly-Kids.ttf.eot),
url(fonts/butterfly/Butterfly-Kids.ttf.eot?#iefix) format(\'embedded-opentype\');
font-weight: normal;
font-style: normal;
}但字体不显示。我尝试设置如下路径:
src(https://static.domain.com/fonts/butterfly/Butterfly-Kids.ttf.woff) format(\'woff\'), etc.
这也没有显示字体。有没有人知道如何使用无cookie子域设置@font-face的路径?感谢您的关注。西奥