I have a font file saved in the font directory of my project and I am using it in a CSS file. It works correctly on my system but not on the client's system. How can I ensure that it is used correctly and produces the desired result?
This is how my font-face is defined in the CSS:
@font-face {
font-family: 'Yekan';
src: url('font/Yekan.eot');
src: url('Font/Yekan.woff');
src: url('Font/Yekan.eot?#iefix') format('embedded-opentype'), url('font/Yekan.ttf'), url('font/Yekan.svg');
font-weight: bold;
}
The path to my font file is located at :