Try the syntax described below here :
@font-face { font-family: 'MyFontFamily'; src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'), url('myfont-webfont.woff') format('woff'), url('myfont-webfont.ttf') format('truetype'), url('myfont-webfont.svg#svgFontName') format('svg'); }
Got a link from fontsquirrel.com, they use it for all generated fonts. You can also take a look at the Google Web Font generated by css (it only displays fonts for the browser you are using)
And load it into an external css file, which may also solve some problems.
source share