I an trying to add font on my css. On chrome on my desktop it is working. But not on mobile (android and ios).
@font-face {
font-family: BYekan;
src: url('BYekan.eot'),
url('BYekan.woff') format('woff'),
url('BYekan.ttf') format('truetype'),
url('BYekan') format('svg');
}