Answer the question
In order to leave comments, you need to log in
Why is the font not visible on the iPhone?
on android, on the desktop everything is ok, but on the iPhone the font is not displayed, what could be the reason?
@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;
}
Answer the question
In order to leave comments, you need to log in
In theory, there should be an alternative font
.some-class {
font-family:'Elephant', sans-serif;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question