gol_boote/static/font
2020-11-09 16:28:19 +03:30
..
Farsi-Digits start2 2020-11-09 16:28:19 +03:30
Farsi-Digits-Without-Latin start2 2020-11-09 16:28:19 +03:30
Without-Latin start2 2020-11-09 16:28:19 +03:30
CHANGELOG.md start2 2020-11-09 16:28:19 +03:30
LICENSE start2 2020-11-09 16:28:19 +03:30
README.md start2 2020-11-09 16:28:19 +03:30
Tanha.eot start2 2020-11-09 16:28:19 +03:30
Tanha.ttf start2 2020-11-09 16:28:19 +03:30
Tanha.woff start2 2020-11-09 16:28:19 +03:30
Tanha.woff2 start2 2020-11-09 16:28:19 +03:30

Tanha Font

A Persian (Farsi) Font

فونت (قلم) فارسی تنها

نمایش فونت

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

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

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

کد زیر را در قسمت style یا فایل css وارد نمایید:
@font-face {
    font-family: Tanha;
    src: url('Tanha.eot');
    src: url('Tanha.eot?#iefix') format('embedded-opentype'),
         url('Tanha.woff') format('woff'),
         url('Tanha.ttf') format('truetype');
    font-weight: normal;
}

Install

####Arch Linux

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

pacaur -S tanha-fonts