E
E
Ekaterina2014-05-24 16:06:59
css
Ekaterina, 2014-05-24 16:06:59

IOS keeps loading font-face font

Such a problem:
I specify the style

@font-face {
    font-family: 'Segoe UI';
  
    src: local("Segoe UI"), url('/fonts/segoeui.ttf');
    font-weight: normal;
    font-style: normal;
}

Everything works great everywhere. But on Windows, the font is not reloaded (taken from local), but on the iPad it constantly loads. and at first the text is not visible at all, it appears gradually.
How to make IOS remember the font?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question