Answer the question
In order to leave comments, you need to log in
Why doesn't IE see the font?
@font-face {
font-family: "font1";
src: url("../fonts/font1.ttf") format("truetype");
}
@font-face {
font-family: "font2";
src: url("../fonts/font2.ttf") format("truetype");
}
.el1 {
font-family: "font1", "sans-serif";
}
.el2 {
font-family: "font2", "sans-serif";
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question