內這是推動我瘋了,我跑了通過@字體面區薄字樣,並得到了包但它看起來不正確與套件內相比。我似乎遵循了過程,因爲我使用的其他字體都呈現正確。我究竟做錯了什麼?我注意到'&'看起來不正確。下面是我的代碼示例。@字體面的問題 - 字樣看起來不一樣的套件
@font-face {
font-family: 'district_prothin';
src: url('../fonts/distproth-webfont.eot');
src: url('../fonts/distproth-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/distproth-webfont.woff') format('woff'),
url('../fonts/distproth-webfont.ttf') format('truetype'),
url('../fonts/distproth-webfont.svg#district_prothin') format('svg');
font-weight: normal;
font-style: normal;
}
h2 { font-size: 8.9em; font-family: district_prothin, sans-serif; font-weight: normal; text-align: center; }
你的瀏覽器控制檯說什麼?有關它的任何警告拒絕加載字體? –