Answer the question
In order to leave comments, you need to log in
Why woff format font is displayed on android 4.2?
Hello!
I'm reading The Big Book of CSS3 . Got to the "Formatting Text" section . It was said that woff format fonts are not supported by android. I went to the page from a mobile phone under android 4.2 - the font is displayed, everything is fine, like on a PC. Why is that?
Font: Open Sans
Here is the code:
CSS:
@font-face {
font-family: "Open Sans";
src: url(fonts/opensans-regular-webfont.woff);
font-weight: normal;
font-style: normal;
}
p {
font-family: "Open Sans";
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question