بله در قالب موجوده
-------- کد style
@font-face {
font-family: "B Yekan";
src: url('fonts/BYekan.eot');
src: url('fonts/BYekan.eot?#iefix') format('embedded-opentype'),
url('fonts/BYekan.svg#B Yekan') format('svg'),
url('fonts/BYekan.woff') format('woff'),
url('fonts/BYekan.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
------------- کد Body
body {
background: #383838;
font: 11px "B Yekan",Tahoma ;
direction: rtl;
margin: 0;
padding: 0;
line-height: 25px;
}