Random letter spacing when using font-face
问题 I'm using CSS like this: @font-face { font-family: Chocolat; src: url('../fonts/chocolat.eot'); src: url('../fonts/chocolat.eot?#iefix') format('embedded-opentype'), url('../fonts/chocolat.woff') format('woff'), url('../fonts/chocolat.ttf') format('truetype'); font-weight: normal; font-style: normal; } html, body { line-height: 1; margin: 0; padding: 0; font: 15px Chocolat, Arial, Helvetica, sans-serif; color: #000000; } The page looks correct most of the time in IE7, IE8, IE9, and latest