на андроиде, на десктопе все ок, а на айфоне шрифт не отображается, в чем может быть причина?
@font-face {
font-family:'Elephant';
src: url('/Apps/Core/Content/fonts/Elephant-LightOblique.eot');
src: url('/Apps/Core/Content/fonts/Elephant-LightOblique.eot?#iefix') format('embedded-opentype'),
url('/Apps/Core/Content/fonts/Elephant-LightOblique.woff2') format('woff2'),
url('/Apps/Core/Content/fonts/Elephant-LightOblique.woff') format('woff'),
url('/Apps/Core/Content/fonts/Elephant-LightOblique.ttf') format('truetype'),
url('/Apps/Core/Content/fonts/Elephant-LightOblique.otf') format('opentype'),
url('/Apps/Core/Content/fonts/Elephant-LightOblique.svg#Elephant-LightOblique') format('svg');
font-weight: 300;
font-style: oblique;
font-stretch: normal;
unicode-range: U+0020-221E;
}