我發展在Firefox 3.6中我的臨時服務器上的網站我有鏈接到該網站的CSS文件,該文件是@字體面不工作作爲 <a href="http://downhamcottage.co.uk/test" rel="nofollow">http://downhamcottage.co.uk/test</a></p> <p>預計在Firefox 3.6中的MAC
我得到字體堆疊順序中較低的字體,例如初始頁面加載時的無襯線字體,然後只要用戶點擊另一頁面,就會啓動Museo 300和500字體。它在ie7中也可以在其他瀏覽器中正常工作!在樣式表中所使用的@字體面風格如下:
@font-face {
font-family: 'PermanentMarkerRegular';
src: url('../fonts/permanentmarker-webfont.eot#') format('eot'),
url('../fonts/permanentmarker-webfont.ttf') format('truetype'),
url('../fonts/permanentmarker-webfont.woff') format('woff'),
url('../fonts/permanentmarker-webfont.svg#webfontEHg8OqO7') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Museo300';
src: url('museo300-regular-webfont.eot');
src: url('../fonts/museo300-regular-webfont.eot#') format('eot'),
url('../fonts/museo300-regular-webfont.woff') format('woff'),
url('../fonts/museo300-regular-webfont.ttf') format('truetype'),
url('../fonts/museo300-regular-webfont.svg#webfontGEzJeS93') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Museo500';
src: url('museo500-regular-webfont.eot');
src: url('../fonts/museo500-regular-webfont.eot#') format('eot'),
url('../fonts/museo500-regular-webfont.woff') format('woff'),
url('../fonts/museo500-regular-webfont.ttf') format('truetype'),
url('../fonts/museo500-regular-webfont.svg#webfontZgaZZaau') format('svg');
font-weight: normal;
font-style: normal;
}
任何想法,爲什麼這會發生在Firefox 3.6的MAC,將不勝感激,因爲我說的其他瀏覽器上看起來不錯?
我會建議使用FontSquirrel來驗證CSS是跨瀏覽器。 – 2011-03-28 11:56:18