Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rastikerdar committed Nov 10, 2018
1 parent 46a9665 commit e65b49b
Show file tree
Hide file tree
Showing 25 changed files with 8,488 additions and 12,673 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*~

*-font-v*
latin
source/*-Extra-Height.sfd
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

در اینجا شما فهرستی از تغییرات بین هر نسخه‌ی انتشار از فونت وزیرکد را مشاهده می‌کنید.

نسخه ۱.۱.۰
----------
۱۹ آبان ۱۳۹۷

- جدا شدن فارسی از لاتین در سورس
- اصلاح عرض نیم‌فاصله
- اصلاح ي
- اضافه شدن نسخه با ارتفاع بیشتر

نسخه ۱.۰.۳
----------
۱ بهمن ۱۳۹۵
Expand Down
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Changes by Saber Rastikerdar are in public domain.
Glyphs and data from Inconsolata font are licensed under the SIL Open Font License.

Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.

Expand Down
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
A Persian (Farsi) Monospaced Font

<p dir="rtl">
فونت فارسی وزیرکد از نوع Monospaced یا تک فاصله ترکیب شده با فونت Inconsolata
فونت فارسی وزیرکد از نوع Monospaced یا تک‌فاصله
ترکیب شده با فونت‌های Inconsolata و Hack
<br />

<a href="http://rastikerdar.github.io/vazir-code-font/">نمایش فونت</a> <br />
<a href="https://github.com/rastikerdar/vazir-code-font/releases">صفحه دریافت (دانلود) بسته فونت شامل فایل های ttf,woff,eot</a> <br />
<a href="https://github.com/rastikerdar/vazir-code-font/releases">صفحه دریافت (دانلود) بسته فونت شامل فایلهای ttf,woff,eot</a> <br />

با تشکر از برنامه <a href="https://fontforge.github.io">FontForge</a><br />

Expand Down Expand Up @@ -34,8 +35,17 @@ A Persian (Farsi) Monospaced Font
font-weight: normal;
}

@font-face {
font-family: Vazir Code Hack;
src: url('Vazir-Code-Hack.eot');
src: url('Vazir-Code-Hack.eot?#iefix') format('embedded-opentype'),
url('Vazir-Code-Hack.woff') format('woff'),
url('Vazir-Code-Hack.ttf') format('truetype');
font-weight: normal;
}

pre, code {
font-family: 'Vazir Code', monospaced;
font-family: 'Vazir Code', 'Vazir Code Hack', monospaced;
}
```

Expand All @@ -56,7 +66,7 @@ Link fonts from the [RawGit](https://rawgit.com) CDN:
<link href="https://cdn.rawgit.com/rastikerdar/vazir-code-font/v[X.Y.Z]/dist/font-face.css" rel="stylesheet" type="text/css" />
```

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

```
font-family: 'Vazir Code', monospaced;
Expand Down
22 changes: 0 additions & 22 deletions bower.json

This file was deleted.

5 changes: 5 additions & 0 deletions build.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SOURCEFILES=( "Vazir-Code.sfd" "Vazir-Code-Extra-Height.sfd" "Vazir-Code-Hack.sfd" "Vazir-Code-Hack-Extra-Height.sfd")
LATINFILES=( "Inconsolata-Regular.ttf" "Inconsolata-Regular.ttf" "Hack-Regular.ttf" "Hack-Regular.ttf")

ADDFILES=( "CHANGELOG.md" "LICENSE" "README.md" )
RELEASEFILEPATH='vazir-code-font-v1.1.0.zip'
Binary file added dist/Vazir-Code-Extra-Height.eot
Binary file not shown.
Binary file added dist/Vazir-Code-Extra-Height.ttf
Binary file not shown.
Binary file added dist/Vazir-Code-Extra-Height.woff
Binary file not shown.
Binary file added dist/Vazir-Code-Extra-Height.woff2
Binary file not shown.
Binary file added dist/Vazir-Code-Hack-Extra-Height.eot
Binary file not shown.
Binary file added dist/Vazir-Code-Hack-Extra-Height.ttf
Binary file not shown.
Binary file added dist/Vazir-Code-Hack-Extra-Height.woff
Binary file not shown.
Binary file added dist/Vazir-Code-Hack-Extra-Height.woff2
Binary file not shown.
Binary file added dist/Vazir-Code-Hack.eot
Binary file not shown.
Binary file added dist/Vazir-Code-Hack.ttf
Binary file not shown.
Binary file added dist/Vazir-Code-Hack.woff
Binary file not shown.
Binary file added dist/Vazir-Code-Hack.woff2
Binary file not shown.
Binary file modified dist/Vazir-Code.eot
Binary file not shown.
Binary file modified dist/Vazir-Code.ttf
Binary file not shown.
Binary file modified dist/Vazir-Code.woff
Binary file not shown.
Binary file added dist/Vazir-Code.woff2
Binary file not shown.
9 changes: 9 additions & 0 deletions dist/font-face.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
url('Vazir-Code.ttf') format('truetype');
font-weight: normal;
}

@font-face {
font-family: Vazir Code Hack;
src: url('Vazir-Code-Hack.eot');
src: url('Vazir-Code-Hack.eot?#iefix') format('embedded-opentype'),
url('Vazir-Code-Hack.woff') format('woff'),
url('Vazir-Code-Hack.ttf') format('truetype');
font-weight: normal;
}
Loading

0 comments on commit e65b49b

Please sign in to comment.