T
T
Temur Begiev2015-07-01 23:13:30
css
Temur Begiev, 2015-07-01 23:13:30

What's with FontAwesome?

I'm using the FontAwesome font. Everything is fine on the computer. If you open through the phone (iphone), then the squares. At the same time, if you open another site using the same font, then everything is fine.
What am I doing wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Popov, 2015-07-01
@temurbegiev

There are at least two options:
1. @font-face is not spelled correctly - for simplicity, it's better to take their css from their own cdn if you don't want to bother with it.
2. Paths to font files - there is a high probability that different font sources are used on your phone and in the browser in which you look at the desktop, and in one case it loads correctly, but not in the other. Up to the point that you can have this font in the system, and it is taken from there in the first place and only then it runs along the paths in css, but naturally it is not on the phone in the system.
If you do not take from cdn and you have registered @font-face yourself, then you need to look at the example.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question