Git Product home page Git Product logo

samim-font's Introduction

A Persian (Farsi) Font — فونت (قلم) فارسی صمیم

npm version

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

فونت فارسی صمیم

نمایش فونت - صفحه رسمی پروژه

صفحه دریافت (دانلود) بسته فونت شامل فایل های ttf,woff,eot

با تشکر از برنامه FontForge

بر مبنای فونت فونت وزیر

نسخه‌های بدون حروف لاتین یا تمام ارقام فارسی درون بسته فشرده موجود است.

فرآیند تولید بسته نهایی شامل انواع نسخه‌ها و فرمت‌ها توسط ابزار fontbuilder .انجام می‌شود

نمونه متن Sample

نمونه متن فونت صمیم

طریقه استفاده در صفحات وب

کد زیر را در قسمت style یا فایل css وارد نمایید:

@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
<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

samim-font's People

Contributors

rastikerdar avatar amro045 avatar theyahya avatar morealaz avatar geminorum avatar aziz avatar kiamazi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.