S
S
someserj2016-10-21 13:04:54
css
someserj, 2016-10-21 13:04:54

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

1 answer(s)
S
Savely Dzvonkevich, 2016-10-21
@Dzvonkevich

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 question

Ask a Question

731 491 924 answers to any question