Hallo zusammen,
der IE8 möchte meine Webfont nicht laden.
Meine CSS sieht wie folgt aus:
Im Chrome wird sie geladen.
Hoffe mir kann jemand helfen.
Danke und Grüße,
ric
der IE8 möchte meine Webfont nicht laden.
Meine CSS sieht wie folgt aus:
Code:
@font-face {
font-family: 'AkzidenzGrotesk';
src: url('fonts/bertho09-webfont.eot');
src: url('fonts/bertho09-webfont.eot#') format('embedded-opentype'),
url('fonts/bertho09-webfont.woff') format('woff'),
url('fonts/bertho09-webfont.ttf') format('truetype'),
url('fonts/bertho09-webfont.svg#BertholdAkzidenzGroteskBELtCn') format('svg');
font-weight: normal;
font-style: normal;
}
Im Chrome wird sie geladen.
Hoffe mir kann jemand helfen.
Danke und Grüße,
ric