I
I
Ingerniated2019-05-20 22:27:32
css
Ingerniated, 2019-05-20 22:27:32

Why won't safari and firefox download/see fonts?

Hello!
Here is the code, how can I make the fox and apple turn them on?

@font-face {
font-family: lobster;
src: url('fonts/lobster.eot');
src: url('fonts/lobster.eot?#iefix') format('embedded-opentype'),
url('fonts/lobster.woff') format('woff'),
url('fonts/lobster.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
aniraM Ocean, 2019-07-19
@aniraMOcean

Replace with:
@font-face {
font-family: lobster;
src: url(../fonts/lobster.eot);
src: url(../fonts/lobster.eot?#iefix) format('embedded-opentype'),
url(../fonts/lobster.woff) format('woff'),
url(../fonts/ lobster.ttf) format('truetype');
font-weight: normal
font-style: normal
}
It's the only way everything worked for me on a poppy, magic, not otherwise.
As a beginner, I don’t know other ways to solve it, but if there are any, write, I’ll also take them into service.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question