我有一個在Firefox上看起來很棒的webfont,而不是Chrome上的那麼多。我試過玩text-rendering
屬性,結果不甚理想。我的CSS是這樣的:Chrome中的Web字體
@font-face {
font-family: 'TextFont';
src: url('[my font file url]') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: TextFont, Tahoma, Geneva, sans-serif;
text-rendering: auto;
}
更改text-rendering
似乎並沒有在Firefox中做任何事情,所以我發佈一個單一的截圖吧。
結果:
火狐(又名 「它應該是什麼樣子」)
鉻 -
text-rendering: auto
鉻 -
text-rendering: optimizeLegibility
鉻 -
text-rendering: optimizeSpeed
鉻 -
text-rendering: geometricPrecision
與Firefox相比,所有Chrome屏幕截圖看起來都很糟糕。 有什麼我在CSS中失蹤?
我使用的是Windows 7,Firefox 8.0和Chrome 15.0。
Chrome是在Windows上渲染字體慘不忍睹,這是或多或少不固定的問題(除非谷歌決定使用ClearType)。這就是爲什麼你應該切換到Linux;) – Blender 2011-12-15 00:28:30
我沒有切換到Linux的問題,但我需要它到處看起來很好 – cambraca 2011-12-15 00:45:10
我對Linux很諷刺,但我從來沒有在Chrome上使用自定義字體的好運氣。 – Blender 2011-12-15 01:39:04