W
W
webrapist2016-04-05 13:32:04
css
webrapist, 2016-04-05 13:32:04

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

2 answer(s)
N
Neron, 2016-04-05
Lordov @Nekto_Habr

I think Open Sans is one of the android system fonts.

Z
Zhainar, 2016-04-05
@zhainar

caniuse.com/#feat=woff

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question