Magento マルチストアがあります。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で正しく読み込まれません 。両方のストアで同じテーマを使用しています。
この問題を解決するのに役立ちます。