[CSS] Font funktioniert unter FF nicht

Dieses Thema im Forum "Webdesign" wurde erstellt von Phame, 2. Dezember 2011 .

Schlagworte:
Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 2. Dezember 2011
    Font funktioniert unter FF nicht

    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
     
  2. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.