【发布时间】:2014-12-31 03:30:29
【问题描述】:
我在我的网站上使用 Montserrat 字体,但它不显示在 IE11(Windows 7)上。几天前我提出了另一个问题:Montserrat font isn't displayed on IE 10 and 11
现在我正在尝试通过 css 添加蒙特塞拉特谷歌字体,但它似乎不起作用。这是我的代码:
@font-face {
font-family: 'Montserrat';
src: url('assets/fonts/montserrat-regular-webfont.eot');
src: url('assets/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/montserrat-regular-webfont.woff2') format('woff2'),
url('assets/fonts/montserrat-regular-webfont.woff') format('woff'),
url('assets/fonts/montserrat-regular-webfont.ttf') format('truetype'),
url('assets/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
font-weight: normal;
font-style: normal;
}
【问题讨论】:
-
我对这个问题发表评论,我创建了你提到的问题,但现在我正在尝试按照问题答案所说的去做,但我遇到了问题
-
我知道,但我看不出你的问题有什么不同。抱歉,如果我错过了什么......
标签: css internet-explorer fonts google-webfonts