I'm using a font-kit generated in Font Squirrel and I'm getting different results in the Mac OS X and Windows environment.
Would there be any way around the bad or different rendering of the Internet Explorer font?
In Mac OS X:
InWindows7:
@font-face {
font-family:'Exo';
src: url('/sys/resources/font-kits/exo/exo-regular.eot');
src: url('/sys/resources/font-kits/exo/exo-regular.eot?#iefix') format('embedded-opentype'),
url('/sys/resources/font-kits/exo/exo-regular.svg#ArchitectsDaughterRegular') format('svg'),
url('/sys/resources/font-kits/exo/exo-regular.woff') format('woff'),
url('/sys/resources/font-kits/exo/exo-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}