Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question