我使用font-squirrel下载了一个字体并生成了font-face css。 字体在IE,Opera中正确显示,但在chrome,firefox&野生动物园它看起来很小,而且完全不同...... 有什么我需要改变的吗?
@font-face {
font-family: 'LektonRegular';
src: url('myfonts/lekton-regular-webfont.eot');
src: url('myfonts/lekton-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('myfonts/lekton-regular-webfont.woff') format('woff'),
url(myfonts/lekton-regular-webfont.ttf) format('truetype'),
url('myfonts/lekton-regular-webfont.svg#LektonRegular') format('svg');
font-weight: normal;
font-style: normal;
}