I have the written the following code in CSS for it to load the fonts. The path are double checked, they are fine, but I do not know why it does not load them up. it worked until quite several days ago. Now, it does not work. Here is the written code:
@font-face {
font-family: Yekan;
src: url('font/BYekan.eot?#') format(‘eot’),
url('font/BYekan.woff') format('woff'),
url(‘font/BYekan.ttf’) format(‘truetype’);
}