This is the @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 not in 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.