A Persian (Farsi) Font
فونت (قلم) فارسی صمیم
با تشکر از برنامه FontForge
بر مبنای فونت وزیر
کد زیر را در قسمت style یا فایل css وارد نمایید:
@font-face {
font-family: Samim;
src: url('Samim.eot');
src: url('Samim.eot?#iefix') format('embedded-opentype'),
url('Samim.woff') format('woff'),
url('Samim.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: Samim;
src: url('Samim-Bold.eot');
src: url('Samim-Bold.eot?#iefix') format('embedded-opentype'),
url('Samim-Bold.woff') format('woff'),
url('Samim-Bold.ttf') format('truetype');
font-weight: bold;
}