Firefox では問題ありません。画像は次のとおりです。
http://cl.ly/3R0L1q3P1r11040e3T1i
Safari では、テキストのレンダリングが不十分です。
http://cl.ly/0a1101341r2E1D2d1W46
IE7 & IE8 ではもっとひどいのですが、写真がありません。ごめん :(
Isotope jQuery プラグインを使用していますが、CSS3 トランジションが原因でフォント レンダリングが低下しているようです。
Google Font API も使用しています。
Isotope の CSS トランジションは次のように記述されます。
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
transition-property: transform, opacity;
}
これについて何か助けていただければ幸いです。Firefoxで見栄えがします!
ありがとう!