iransans-fontface

0.1.1 • Public • Published

Notice! Since this font family is licensed, This package does not include the fonts itself, you have to download it from the producer website. This package only supports IRANSans v4.

IRANSans fontface

A simple package providing the IRANSans fontface. The font was created by Moslem Ebrahimi.

Installing

Assuming you have NodeJS, NPM and Bower installed globally just open up a terminal, navigate to your projects root directory and then execute

# install via NPM
$ npm install iransans-fontface --save

# install via Bower
$ bower install iransans-fontface --save

Since the font is licensed you have to download the fonts from the producer website and then put all the web fonts in fonts/IRANSansWeb.

Also you need to rename regular fonts:

mv fonts/IRANSansWeb/IRANSansWeb.ttf fonts/IRANSansWeb/IRANSansWeb_Regular.ttf
mv fonts/IRANSansWeb/IRANSansWeb.eot fonts/IRANSansWeb/IRANSansWeb_Regular.eot
mv fonts/IRANSansWeb/IRANSansWeb.woff fonts/IRANSansWeb/IRANSansWeb_Regular.woff
mv fonts/IRANSansWeb/IRANSansWeb.woff2 fonts/IRANSansWeb/IRANSansWeb_Regular.woff2

Usage

There're several files in the css/ subdirectory. Import them in your project to have access to "IRANSans" font face:

  • css/iransans/iransans-fontface.css - whole font family compiled to CSS
  • css/iransans/sass/iransans-fontface.scss - whole font family in SCSS
  • css/iransans/less/iransans-fontface.less - whole font family in LESS

Importing whole family may be unnecessary and lead to huge build, so if you are using SCSS or LESS, you can import only individual weights by importing for example:

  • css/iransans/sass/iransans-fontface-bold.scss
  • css/iransans/sass/iransans-fontface-bold-italic.scss

Hinting

Some of the included font files have hinting.

Files Hinting
.eot ?
.svg no
.ttf ?
.woff yes
.woff2 ?

Apperciation

This package is based on the Roboto font face package by Christian Hoffmeister which you can find the original package here.

Readme

Keywords

Package Sidebar

Install

npm i iransans-fontface

Weekly Downloads

27

Version

0.1.1

License

Apache-2.0

Last publish

Collaborators

  • mdh.heydari