tanha-font

A Persian (farsi) Font - فونت (قلم) فارسی تنها

Usage no npm install needed!

<script type="module">
  import tanhaFont from 'https://cdn.skypack.dev/tanha-font';
</script>

README

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