Hallo Leute,
ich hab ein Font WebKit runtergeladen und eingebunden:
@font-face {
font-family: 'Continuum Light';
src: url('../fonts/Continuum_Light/contl.eot');
src: url('../fonts/Continuum_Light/contl.eot?#iefix') format('embedded-opentype'),
url('../fonts/Continuum_Light/contl.woff') format('woff'),
url('../fonts/Continuum_Light/contl.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
Die Schriftart wird auch wie gewünscht angezeigt, doch wenn ich in meinem Browser
NoScript aktiviere, wird die Standardschrift "Times New Roman" angezeigt. Bitte um Hilfe. Danke