Я скачал шрифт и сгенерировал font-face css, используя font-squirrel.
Шрифт правильно отображается в IE, Opera, но в Chrome, Firefox и Safari он выглядит маленьким и совершенно другим ...
Есть что-нибудь, что мне нужно изменить ??
@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;
}