D
D
Dmitry2014-12-09 12:24:54
css
Dmitry, 2014-12-09 12:24:54

Why doesn't Myriad Pro font via @font-face work on Android?

I connect the Myriad Pro font via @font-face.

@font-face {
font-family: 'Myriad Pro';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('MYRIADPRO-REGULAR.woff') format('woff');
}

Everything works well in all browsers, except for the browser that comes with Android by default. Though crack I do not know where to dig. Despite the fact that other non-standard fonts that I included in my sites work.
Maybe someone knows what could be the problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GreatRash, 2014-12-09
@battrack

Include .ttf instead of .woff and everything will work.

A
Azim Kurt, 2014-12-09
@Symphony

I suppose you should specify the version of the androin. Most likely you need to update android.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question