Isso pode ser evitado colocando a fonte .svg logo após .eot (para não bagunçarmos no IE).
Bem assim:
@font-face {
font-family: 'MyFont';
src: url('../fonts/myfont.eot');
src: url('../fonts/myfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/myfont.svg#thesansplain') format('svg'),
url('../fonts/myfont.woff') format('woff'),
url('../fonts/myfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}