Chrome 10/Windows @ font-face编码有问题

Jon*_*Jon 4 css windows google-chrome character-encoding font-face

有没有人在Chrome 10/Win中遇到过类似的东西?

由字母和方形字符替换的不间断空格的屏幕截图

这两个webfonts中的所有非中断空格都未正确呈现.在IE7/8/9,Firefox,Safari和Chrome/OSX中工作.

我的fonts.css文件的内容:

@font-face {
    font-family: 'Hellenic';
    src: url('../fonts/eot/hellenic.eot?') format('eot'),
         url('../fonts/ttf/hellenic.ttf') format('truetype'),
         url('../fonts/woff/hellenic.woff') format('woff'), 
         url('../fonts/svg/hellenic.svg#MCMHellenicWide') format('svg');
}

@font-face {
    font-family: 'Lasalle';
    src: url('../fonts/eot/lasalle.eot?') format('eot'),
         url('../fonts/ttf/lasalle.ttf') format('truetype'),
         url('../fonts/woff/lasalle.woff') format('woff'), 
         url('../fonts/svg/lasalle.svg#FilmotypeLaSalle') format('svg');
}

@font-face {
    font-family: 'LeagueGothic';
    src: url('../fonts/eot/leaguegothic.eot?') format('eot'),
         url('../fonts/ttf/leaguegothic.ttf') format('truetype'),
         url('../fonts/woff/leaguegothic.woff') format('woff'), 
         url('../fonts/svg/leaguegothic.svg#svgFontName') format('svg');
}
Run Code Online (Sandbox Code Playgroud)

unc*_*ton 5

webfont很可能没有正确组装.

我已经下载了在Sebastian的网站上使用的CaviarDreams字体并得到了相同的bug.

然后我从这里下载了它:http://www.dafont.com/caviar-dreams.font,使用了fontsquirrel.com的typekit生成器,结果非常好.