Для разных браузеров нужно разный тип шрифтов делать
@font-face {
font-family: 'Round Script';
src: url('font/roundscript.eot'); /* для ИЕ */
src: local('Round Script'),
url('font/roundscript.woff') format('woff'),
url('font/roundscript.ttf') format('truetype'),
url('font/roundscript.svg#RoundScript-Regular') format('svg');
}
div {
font: 30px "Round Script";
}