@font-face {
font-family: 'sakal_marathinormal';
src: url('sakal_marathi_normal-webfont.woff2') format('woff2'),
url('sakal_marathi_normal-webfont.woff') format('woff'),
url('Sakal_Marathi_Normal.ttf') format('ttf');
font-weight: normal;
font-style: normal;
}
body{
font-family: sakal marathi;
}
hello i want to use the above font style in my project. i had written the same code in style.css file.the font is located at the same place where my style.css file located.the effect of font is display on my PC because the font is installed on my PC.but when i run my project on another pc the font effect is not displayed.