This worked perfectly:
@font-face
{
FONT-FAMILY: "Delia Regular";
SRC: url("/Fonts/Delia Regular.ttf");
}
Then I changed it to:
@font-face
{
FONT-FAMILY: "Delia Regular";
SRC: url("/Fonts/Delia Regular.ttf?#IE") format("truetype");
}
and it didn't work.
I changed it back to the first example, and it still doesn't work. I am using latest version of Firefox on Windows 10 x64. I cleared cache and flushed DNS, but it still doesn't work.
Any suggestion on how should I make it work again? I also tried adding #iefix instead of #IE - nothing changed. The problem is the same with the latest Chrome. Other fonts still work normally with both examples, I am having problem just with this one.