2017-07-04 4 views
1

クロムとオペラで大丈夫です。しかし、それはInternet ExplorerとFirefoxでぼやけて見えます。私はこれらのCSSを研究し、適用しましたが、まだ運がありません。私のfirefoxとInternet Explorerのバージョンは最新です。私はGoogleのフォントを使用していないよ。ここに私のスタイルがあります。Firefoxでフォントがぼやけて見える

@font-face { 
    font-family: 'Gotham-Bold'; 
    src: url('../fonts/Gothambold/Gotham-Bold.eot'); 
    src: url('../fonts/Gothambold/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gothambold/Gotham-Bold.woff') format('woff'), url('../fonts/Gothambold/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gothambold/Gotham-Bold.svg#') format('svg'); 
} 

body{ 
text-rendering: optimizeLegibility; 
text-rendering: geometricPrecision; 
font-smooth: always; 

font-smoothing: antialiased; 
-moz-font-smoothing: antialiased; 
-webkit-font-smoothing: antialiased; 
-webkit-font-smoothing: subpixel-antialiased; 
} 

firefoxで表示します。クロム enter image description hereenter image description here

見るまだ運。何か案は?

+0

アンチエイリアスを解除するとどうなりますか? – lumio

+0

その後、まったく変更はありません。 – Janath

+0

あなたが描写したぼかしが見えないので、モニターの校正の問題かもしれません。 Firefoxはより重い重量のフォントをレンダリングしますが、[これは使用しているフォントであれば](http://fontsgeek.com/fonts/Gotham-Bold)、Chromeのレンダリングよりも正確です。 –

答えて

関連する問題