hallo allerseits,
ich plage mich seit 2 tagen damit, dass die schrift, die ich ausgesucht habe nicht angezeigt wird.
in früheren projekten habe ich bereits @font-face erfolgreich eingesetzt, habe alles so gemacht wie die male zuvor und es funktioniert nicht.
das einzige, was mir einfällt is, dass es mit den pfadangaben auf dem 1&1-server nicht passt?
hat jemand damit bereits erfahrungen gemacht?
eine antwort wäre echt super, ich weiss nicht mehr weiter.
HTML
@font-face {
font-family: 'TitilliumText22L';
src: url('fonts/TitilliumText22L003-webfont.eot');
src: url('fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/TitilliumText22L003-webfont.woff') format('woff'),
url('fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
url('fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
font-weight: normal;
font-style: normal;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
font-family: TitilliumText22L, Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
font-size: 32px;
text-decoration: none;
}
Alles anzeigen
danke & gruß, virginia