Ich verwende Font-Face auf meiner Website (Teuton23ProRegular)
und die Schriftart ist nicht zu erkennen auf Android ICS
(ich habe den nativen Browser und Firefox ausprobiert), und es sieht auf allen anderen Desktops und Handys, die ich ausprobiert habe, gut aus (Android Gingerbread, iPhones, Win Mobile)
. Mobile Firebug zeigte diesen Fehler:
Error: downloadable font: not usable by platform (font-family: "Teuton23ProRegular" style:normal weight:normal stretch:normal src index:2)
Source File: http://[sitename]/../css/fonts/teuton23pro-webfont.woff
Line: 0
Quellcode:
@font-face {
font-family: 'Teuton23ProRegular';
src: url('../../css/fonts/teuton23pro-webfont.eot');
src: url('../../css/fonts/teuton23pro-webfont.eot?iefix') format('eot'),
url('../../css/fonts/teuton23pro-webfont.woff') format('woff'),
url('../../css/fonts/teuton23pro-webfont.ttf') format('truetype'),
url('../../css/fonts/teuton23pro-webfont.svg#Teuton23ProRegular') format('svg');
font-weight: normal;
font-style: normal;
}
Eine weitere interessante Sache ist, dass die Schriftart, die ich von http://fonts.com/ funktioniert einwandfrei ("Trade Gothic W02 Bold 2")
.
Für jeden Gedanken wären wir dankbar.