我無法弄清楚爲什麼Arial Narrow在Mac上的某些Firefox用戶正確顯示,而不是其他人。這裏是鏈接:http://teknikor.bethmotta.com/(見導航字體)Mac 19上的Firefox 19和Arial Narrow
我的代碼是:
font-family: "Arial Narrow", Arial sans-serif; font-weight:500;
font-stretch:condensed;
我甚至嘗試添加字體復位:
font-family: inherit; font-stretch:inherit; font-style:inherit;
font-family: "Arial Narrow", Arial sans-serif; font-weight:500;
font-stretch:condensed;
我試着瞄準Firefox的具體做法是:
@media screen and (-webkit-min-device-pixel-ratio:0){
ul.navcontainer li {
font-family: inherit; font-stretch:inherit; font-style:inherit;
font-family:"Arial Narrow", Arial, Helvetica, sans-serif; font-stretch:condensed;}
}
我不確定它爲什麼適用於某些Firefox mac用戶,而不適用於其他用戶。所有測試過的電腦都運行Firefox 19.在Arial Narrow無法工作的計算機中,字體默認爲Times不是Arial。
我注意到在正確顯示的計算機上,Arial Narrow安裝在用戶庫以及系統庫中。在我看到Times的計算機上,Arial Narrow只在系統庫中,而不在用戶庫中......但是,Arial被安裝在兩者中,爲什麼導航默認爲Times?
一般情況下,Firefox是否在Mac用戶庫或系統庫中定位字體?
有關如何解決此問題的其他建議?我錯過了一些簡單的東西嗎
任何幫助非常感謝謝謝。
看起來奏效,謝謝茲比格涅夫! – Beth 2013-03-18 15:24:04