我有 Magento Multi 商店。我已经使用字体套件加载了字体系列。Font face 系列在 Firefox 和 IE 中不起作用。
代码:
@font-face {
font-family: 'zrnicregular';
src: url('../fonts/zrnic_rg-webfont.eot');
src: url('../fonts/zrnic_rg-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/zrnic_rg-webfont.woff') format('woff'),
url('../fonts/zrnic_rg-webfont.ttf') format('truetype'),
url('../fonts/zrnic_rg-webfont.svg#zrnicregular') format('svg');
font-weight: normal;
font-style: normal;
}
Main Store URL : firststore.com
Secondary store URL : secondstore.com.
这个字体在我所有浏览器的主要商店中都可以正常工作。但在Firefox 和 IE中,二级商店字体未正确加载, 我为这两个商店使用相同的主题。
帮助解决这个问题。