It just ok with chrome and opera. But it looks blurry on Internet explorer and Firefox. I researched and apply these css, but still no luck. My firefox and Internet explorer versions are up to date. I'm not using google font. Here is my styles.
@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;
}

