fontface Android?

时间:2011-11-18 16:24:51

标签: android css3 font-face

可以在Android上使用@fontface吗?如果是这样,任何人都可以解释我在下面哪里出错?

@font-face {
font-family: 'BloklettersPotlood';
src: url('fonts/Blokletters-Potlood-webfont.eot');
src: url('fonts/Blokletters-Potlood-webfont.eot?#iefix') format('embedded-opentype'),
     url('fonts/Blokletters-Potlood-webfont.woff') format('woff'),
     url('fonts/Blokletters-Potlood-webfont.ttf') format('truetype'),
     url('fonts/Blokletters-Potlood-webfont.svg#BloklettersPotlood') format('svg');
font-weight: normal;
font-style: normal;

}

干杯 保罗

1 个答案:

答案 0 :(得分:0)

Android确实支持@ font-face。我使用相同的语法,它工作得很好(无处不在)。 你试过用另一种字体吗?

顺便说一下。如果您尝试将字体应用于任何标题,请务必在h1 / h2 / h3 / hx样式声明中设置font-weight: normal;