Просмотр в Mac Safari:
Просмотр в Windows Chrome:
Вот стиль CSS
@font-face {
font-family: Gotham HTF Light;
src: url(gothamlight.ttf) format("truetype");
src: url(gotham-black.otf) format("otf");}
@font-face {
font-family: Gotham HTF Book;
src: url(gothambook.ttf) format("truetype");
src: url(gotham-black.otf) format("otf");
}
@font-face {
font-family: Gotham HTF Medium;
src: url(gothammedium.ttf) format("truetype");
src: url(gotham-black.otf) format("otf");
}
html, body {
text-rendering: optimizeLegibility;
}
body{
font-weight:normal;
}
*{
font-family:'Gotham HTF Light';
font-weight: normal;
font-style: normal;
}
input, select, textarea, button,label{
font-family:inherit;
}
Как можно решить эту проблему, если я удалил семейство шрифтов: 'Gotham HTF Light';тогда он работает нормально, но когда я применяю собственный шрифт, он не работает с полями формы.