J
J
Junior Development2020-11-25 15:12:11
css
Junior Development, 2020-11-25 15:12:11

Why is the font not displayed in the chrome iphone browser from version 13?

The font is displayed normally on all devices except the iphone 13 version in the chrome browser.

@font-face {
    font-family: 'Formular';
    src: local('../fonts/Formular Medium'), local('../fonts/Formular-Medium'),
    url('../fonts/Formular-Medium.woff2') format('woff2'),
    url('../fonts/Formular-Medium.woff') format('woff'),
    url('../fonts/Formular-Medium.ttf') format('truetype');
url('../fonts/Formular-Medium.otf') format('opentype');
url('../fonts/Formular-Medium.svg') format('svg');
url('../fonts/Formular-Medium.eot?#iefix') format('embedded-opentype'),
font-weight: 500;
    font-style: normal;
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
Junior Development, 2020-11-25
@jun_dev

Found out the reason)
Deleted local!
Here's more info)
https://twitter.com/googlefonts/status/13233630909...

U
Uktam Khamidov, 2020-11-25
@thereal_kh

Does it display properly in safari?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question