【发布时间】:2016-02-14 08:07:59
【问题描述】:
我想为我的网站添加字体,但代码有问题,我不知道是什么
@font-face {
font-family: 'ostrich-regular-webfont';
src: url('https://ostrichsans.googlecode.com/svn/ostrich-regular-webfont.eot');
src: url('https://ostrichsans.googlecode.com/svn/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('https://ostrichsans.googlecode.com/svn/ostrich-regular-webfont.woff2') format('woff2'),
url('https://ostrichsans.googlecode.com/svn/ostrich-regular-webfont.woff') format('woff'),
url('https://ostrichsans.googlecode.com/svn/ostrich-regular-webfont.ttf') format('truetype'),
url('https://ostrichsans.googlecode.com/svn/ostrich-regular-webfont.svg#ostrich-regular-webfont') format('svg');
}
#contentmiddle h1 {
font-family: 'ostrich-regular-webfont';
}
【问题讨论】:
-
你试过下载它并在本地做同样的事情吗?