Hallo!
Ich will gern bei meiner Website die Font Ubunut verwenden, debei Lade ich Sie mit folgender CSS:
Code:
@media screen {
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: bold;
src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('../font/ubuntu_bold.woff') format('woff');
}
}
@media screen {
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: normal;
src: local('Ubuntu'), url('../font/ubuntu_normal.woff') format('woff');
}
}
@font-face { font-family:Myriad; font-style: normal; font-weight: normal; src:local(Myriad), url(../font/myriad/MYRIADPRO-REGULAR.OTF) format(OpenType); }
@font-face { font-family:Myriad; font-style: normal; font-weight: bold; src:local(Myriad), url(../font/myriad/MYRIADPRO-BOLD.OTF) format(OpenType); }
funktioniert unter Chrome, Opera und Safari einwandfrei, jedoch unter FF wird weiterhin Times New Roman angezeigt, woran liegt das?
Mfg