Not sure if I'm making a bug in Chrome or something is wrong with my CSS
Here is a demo of what I'm talking about: demo link
The problem is that I use my own Farsi font on my website with the name BMitra(it is absolutely free in the public domain) and all major browsers (latest versions of FF and IE6 +) display this font perfectly, but my Chrome skips this font and switches to the system default tahoma.
Here is my CSS:
@font-face {
font-family: 'BMitra';
font-weight: normal;
src: url('fonts/regular/BMitra.eot?#iefix') format('embedded-opentype'),
url('fonts/regular/BMitra.woff') format('woff'),
url('fonts/regular/BMitra.ttf') format('truetype'),
url('fonts/regular/BMitra.svg#svgBMitra') format('svg');
}
@font-face {
font-family: 'BMitra';
font-weight: bold;
src: url('fonts/bold/BMitraBd.woff') format('woff'),
url('fonts/bold/BMitraBd.eot?#iefix') format('embedded-opentype'),
url('fonts/bold/BMitraBd.ttf') format('truetype'),
url('fonts/bold/BMitraBd.svg#svgBMitra') format('svg');
}
So, any ideas? is this a bug in webkit or something else. thanks in advance.
Side notes:- , -. , , .
- , - ( ), ! IE9!
- , Chrome Chrome, - .