Moin, ich habe ein Problem und zwar werden die schriften im Kopfbereich in Chrome und Firefox unterschiedlich angezeigt.
http://img339.imageshack.us/img339/8086/c0…4adba17ee4e.png = Chrome
http://img845.imageshack.us/img845/1103/8b…46bcbcc2945.png = Firefox
Kann mir jemand sagen wie ich das ändern kann?
Vllt hilft der Code hier ja weiter :
Code
/* =======================
@font-face FONTS
======================= */
@font-face {
font-family: 'WoodenNickelBlackRegular';
src: url('type/WOODENNI-webfont.eot?') format('eot'),
url('type/WOODENNI-webfont.woff') format('woff'),
url('type/WOODENNI-webfont.ttf') format('truetype'),
url('type/WOODENNI-webfont.svg#webfontDYhQeecV') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MisoRegular';
src: url('type/miso-webfont.eot');
src: url('type/miso-webfont.eot?#iefix') format('eot'),
url('type/miso-webfont.woff') format('woff'),
url('type/miso-webfont.ttf') format('truetype'),
url('type/miso-webfont.svg#webfontJN6LjXeN') format('svg');
font-weight: normal;
font-style: normal;
}
/* end-fonts */
Alles anzeigen