Home

Awesome

<h1 dir="rtl" align="center"> <a href="http://rastikerdar.github.io/samim-font/">Samim Font</a> </h1> <p dir="rtl" align="right"> A Persian (Farsi) Font &mdash; فونت (قلم) فارسی صمیم </p>

npm version

توسعه این پروژه متوقف و بایگانی شده است. این موضوع شامل تمامی ابعاد پروژه از طراحی گرفته تا رفع اشکال می‌شود. قسمت ایشوهای مخزن همچنان باز است.

<p dir="rtl" align="right">فونت فارسی صمیم</p> <p dir="rtl" align="right"> <a href="https://rastikerdar.github.io/samim-font">نمایش فونت - صفحه رسمی پروژه</a> </p> <p dir="rtl" align="right"> <a href="https://github.com/rastikerdar/samim-font/releases">صفحه دریافت (دانلود) بسته فونت شامل فایل های ttf,woff,eot</a> </p> <p dir="rtl" align="right"> با تشکر از برنامه <a href="https://fontforge.github.io">FontForge</a> </p> <p dir="rtl" align="right"> بر مبنای فونت <a href="https://rastikerdar.github.io/vazir-font">فونت وزیر</a> </p> <p dir="rtl" align="right"> نسخه‌های بدون حروف لاتین یا تمام ارقام فارسی درون بسته فشرده موجود است. </p> <p dir="rtl" align="right"> فرآیند تولید بسته نهایی شامل انواع نسخه‌ها و فرمت‌ها توسط ابزار <a href="https://github.com/rastikerdar/fontbuilder">fontbuilder</a> .انجام می‌شود </p> <h2 dir="rtl" align="right">نمونه متن Sample</h2> <img alt="نمونه متن فونت صمیم" src="./sample.png"> <h2 dir="rtl" align="right">طریقه استفاده در صفحات وب</h2> <p lang="fa" dir="rtl" align="right"> کد زیر را در قسمت style یا فایل css وارد نمایید: </p>
@font-face {
  font-family: Samim;
  src: url('Samim.eot');
  src: url('Samim.eot?#iefix') format('embedded-opentype'),
       url('Samim.woff2') format('woff2'),
       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.woff2') format('woff2'),
       url('Samim-Bold.woff') format('woff'),
       url('Samim-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Samim;
  src: url('Samim-Medium.eot');
  src: url('Samim-Medium.eot?#iefix') format('embedded-opentype'),
       url('Samim-Medium.woff2') format('woff2'),
       url('Samim-Medium.woff') format('woff'),
       url('Samim-Medium.ttf') format('truetype');
  font-weight: 500;
}

Install

Grab the latest release file.

bower

bower install samim-font --save

jsDelivr CDN

<link href="https://cdn.jsdelivr.net/gh/rastikerdar/samim-font@v[X.Y.Z]/dist/font-face.css" rel="stylesheet" type="text/css" />

Replace [X.Y.Z] with the latest version (e.g. 4.0.5) and integrate the font into your CSS:

font-family: 'Samim', sans-serif;

Arch Linux

Arch user's could use samim-fonts package from AUR repository to install samim font. Use your favourite AUR helper like pacaur or yaourt for installing package:

pacaur -S samim-fonts

GNU/Linux

gnu/linux users could use kateb font manager, to install samin font.

kateb install samim
or
kateb update samim

Contributors

License

SIL Open Font License Version 1.1
Copyright © 2015, Saber Rastikerdar rastikerdar