2014-10-11 59 views
0

src網址是正確的,但文本只是顯示爲常規襯線。也許它與Shopify有關?@ font-face不工作(Shopify)

@font-face { 
font-family: 'TradeGothicLTStdCnNo.18'; 
src: url('http://cdn.shopify.com/s/files/1/0065/5242/files/tradegothicltstd-cn18-webfont.eot'); 
src: url('http://cdn.shopify.com/s/files/1/0065/5242/files/tradegothicltstd-cn18-webfont.eot#iefix') format('embedded-opentype'), 
    url('http://cdn.shopify.com/s/files/1/0065/5242/files/tradegothicltstd-cn18-webfont.woff') format('woff'), 
    url('http://cdn.shopify.com/s/files/1/0065/5242/files/tradegothicltstd-cn18-webfont.ttf') format('truetype'), 

font-weight: normal; 
font-style: normal; 
} 

#navbar #navpanel .mainnav ul.tier1 > li { 
font-size:13px; 
font-family: 'TradeGothicLTStdCnNo.18'; 
} 

回答

1

這是一個簡單的錯誤。

最後src網址

url('http://cdn.shopify.com/s/files/1/0065/5242/files/tradegothicltstd-cn18-webfont.ttf') format('truetype'), 

應該結束;不是,

我想刪除問題,而是決定自己回答,以防其他人犯同樣的錯誤。