This is my font-face declaration I have used.
@font-face {
font-family: SolaimanLipi;
src: url("font/SolaimanLipi_20-04-07.ttf");
}
This is working perfectly in Firefox but I'm getting wrong with chrome. After 'inspect element' i got the following message:
Resource interpreted as font but transferred with MIME type application/octet-stream.
Any suggestions will be appreciated.