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

Commit

Permalink
v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rastikerdar committed Apr 14, 2020
1 parent dc6b6a8 commit 6709b4e
Show file tree
Hide file tree
Showing 59 changed files with 182 additions and 76 deletions.
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ npm install samim-font
<link href="https://cdn.rawgit.com/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.4) and integrate the font into your 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;
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samim-font",
"version": "4.0.4",
"version": "4.0.5",
"main": [
"dist/*"
],
Expand Down
2 changes: 1 addition & 1 deletion build.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ SOURCEFILES=( "Samim.sfd" "Samim-Bold.sfd" "Samim-Medium.sfd" )
LATINFILES=( "OpenSans.sfd" "OpenSans-Bold.sfd" "OpenSans-Semibold.sfd" )

ADDFILES=( "CHANGELOG.md" "LICENSE" "README.md" )
RELEASEFILEPATH='samim-font-v4.0.4.zip'
RELEASEFILEPATH='samim-font-v4.0.5.zip'
Binary file modified dist/Farsi-Digits-Without-Latin/Samim-Bold-FD-WOL.eot
Binary file not shown.
Binary file modified dist/Farsi-Digits-Without-Latin/Samim-Bold-FD-WOL.ttf
Binary file not shown.
Binary file modified dist/Farsi-Digits-Without-Latin/Samim-Bold-FD-WOL.woff
Binary file not shown.
Binary file modified dist/Farsi-Digits-Without-Latin/Samim-Bold-FD-WOL.woff2
Binary file not shown.
Binary file modified dist/Farsi-Digits-Without-Latin/Samim-FD-WOL.eot
Binary file not shown.
Binary file modified dist/Farsi-Digits-Without-Latin/Samim-FD-WOL.ttf
Binary file not shown.
Binary file modified dist/Farsi-Digits-Without-Latin/Samim-FD-WOL.woff
Binary file not shown.
Binary file modified dist/Farsi-Digits-Without-Latin/Samim-FD-WOL.woff2
Binary file not shown.
Binary file modified dist/Farsi-Digits-Without-Latin/Samim-Medium-FD-WOL.eot
Binary file not shown.
Binary file modified dist/Farsi-Digits-Without-Latin/Samim-Medium-FD-WOL.ttf
Binary file not shown.
Binary file modified dist/Farsi-Digits-Without-Latin/Samim-Medium-FD-WOL.woff
Binary file not shown.
Binary file modified dist/Farsi-Digits-Without-Latin/Samim-Medium-FD-WOL.woff2
Binary file not shown.
29 changes: 29 additions & 0 deletions dist/Farsi-Digits-Without-Latin/font-face-FD-WOL.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@font-face {
font-family: Samim FD WOL;
src: url('Samim-FD-WOL.eot');
src: url('Samim-FD-WOL.eot?#iefix') format('embedded-opentype'),
url('Samim-FD-WOL.woff2') format('woff2'),
url('Samim-FD-WOL.woff') format('woff'),
url('Samim-FD-WOL.ttf') format('truetype');
font-weight: normal;
}

@font-face {
font-family: Samim FD WOL;
src: url('Samim-Bold-FD-WOL.eot');
src: url('Samim-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'),
url('Samim-Bold-FD-WOL.woff2') format('woff2'),
url('Samim-Bold-FD-WOL.woff') format('woff'),
url('Samim-Bold-FD-WOL.ttf') format('truetype');
font-weight: bold;
}

@font-face {
font-family: Samim FD WOL;
src: url('Samim-Medium-FD-WOL.eot');
src: url('Samim-Medium-FD-WOL.eot?#iefix') format('embedded-opentype'),
url('Samim-Medium-FD-WOL.woff2') format('woff2'),
url('Samim-Medium-FD-WOL.woff') format('woff'),
url('Samim-Medium-FD-WOL.ttf') format('truetype');
font-weight: 500;
}
Binary file modified dist/Farsi-Digits/Samim-Bold-FD.eot
Binary file not shown.
Binary file modified dist/Farsi-Digits/Samim-Bold-FD.ttf
Binary file not shown.
Binary file modified dist/Farsi-Digits/Samim-Bold-FD.woff
Binary file not shown.
Binary file modified dist/Farsi-Digits/Samim-Bold-FD.woff2
Binary file not shown.
Binary file modified dist/Farsi-Digits/Samim-FD.eot
Binary file not shown.
Binary file modified dist/Farsi-Digits/Samim-FD.ttf
Binary file not shown.
Binary file modified dist/Farsi-Digits/Samim-FD.woff
Binary file not shown.
Binary file modified dist/Farsi-Digits/Samim-FD.woff2
Binary file not shown.
Binary file modified dist/Farsi-Digits/Samim-Medium-FD.eot
Binary file not shown.
Binary file modified dist/Farsi-Digits/Samim-Medium-FD.ttf
Binary file not shown.
Binary file modified dist/Farsi-Digits/Samim-Medium-FD.woff
Binary file not shown.
Binary file modified dist/Farsi-Digits/Samim-Medium-FD.woff2
Binary file not shown.
30 changes: 30 additions & 0 deletions dist/Farsi-Digits/font-face-FD.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
@font-face {
font-family: Samim FD;
src: url('Samim-FD.eot');
src: url('Samim-FD.eot?#iefix') format('embedded-opentype'),
url('Samim-FD.woff2') format('woff2'),
url('Samim-FD.woff') format('woff'),
url('Samim-FD.ttf') format('truetype');
font-weight: normal;
}

@font-face {
font-family: Samim FD;
src: url('Samim-Bold-FD.eot');
src: url('Samim-Bold-FD.eot?#iefix') format('embedded-opentype'),
url('Samim-Bold-FD.woff2') format('woff2'),
url('Samim-Bold-FD.woff') format('woff'),
url('Samim-Bold-FD.ttf') format('truetype');
font-weight: bold;
}


@font-face {
font-family: Samim FD;
src: url('Samim-Medium-FD.eot');
src: url('Samim-Medium-FD.eot?#iefix') format('embedded-opentype'),
url('Samim-Medium-FD.woff2') format('woff2'),
url('Samim-Medium-FD.woff') format('woff'),
url('Samim-Medium-FD.ttf') format('truetype');
font-weight: 500;
}
Binary file modified dist/Samim-Bold.eot
Binary file not shown.
Binary file modified dist/Samim-Bold.ttf
Binary file not shown.
Binary file modified dist/Samim-Bold.woff
Binary file not shown.
Binary file modified dist/Samim-Bold.woff2
Binary file not shown.
Binary file modified dist/Samim-Medium.eot
Binary file not shown.
Binary file modified dist/Samim-Medium.ttf
Binary file not shown.
Binary file modified dist/Samim-Medium.woff
Binary file not shown.
Binary file modified dist/Samim-Medium.woff2
Binary file not shown.
Binary file modified dist/Samim.eot
Binary file not shown.
Binary file modified dist/Samim.ttf
Binary file not shown.
Binary file modified dist/Samim.woff
Binary file not shown.
Binary file modified dist/Samim.woff2
Binary file not shown.
Binary file modified dist/Without-Latin/Samim-Bold-WOL.eot
Binary file not shown.
Binary file modified dist/Without-Latin/Samim-Bold-WOL.ttf
Binary file not shown.
Binary file modified dist/Without-Latin/Samim-Bold-WOL.woff
Binary file not shown.
Binary file modified dist/Without-Latin/Samim-Bold-WOL.woff2
Binary file not shown.
Binary file modified dist/Without-Latin/Samim-Medium-WOL.eot
Binary file not shown.
Binary file modified dist/Without-Latin/Samim-Medium-WOL.ttf
Binary file not shown.
Binary file modified dist/Without-Latin/Samim-Medium-WOL.woff
Binary file not shown.
Binary file modified dist/Without-Latin/Samim-Medium-WOL.woff2
Binary file not shown.
Binary file modified dist/Without-Latin/Samim-WOL.eot
Binary file not shown.
Binary file modified dist/Without-Latin/Samim-WOL.ttf
Binary file not shown.
Binary file modified dist/Without-Latin/Samim-WOL.woff
Binary file not shown.
Binary file modified dist/Without-Latin/Samim-WOL.woff2
Binary file not shown.
29 changes: 29 additions & 0 deletions dist/Without-Latin/font-face-WOL.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@font-face {
font-family: Samim WOL;
src: url('Samim-WOL.eot');
src: url('Samim-WOL.eot?#iefix') format('embedded-opentype'),
url('Samim-WOL.woff2') format('woff2'),
url('Samim-WOL.woff') format('woff'),
url('Samim-WOL.ttf') format('truetype');
font-weight: normal;
}

@font-face {
font-family: Samim WOL;
src: url('Samim-Bold-WOL.eot');
src: url('Samim-Bold-WOL.eot?#iefix') format('embedded-opentype'),
url('Samim-Bold-WOL.woff2') format('woff2'),
url('Samim-Bold-WOL.woff') format('woff'),
url('Samim-Bold-WOL.ttf') format('truetype');
font-weight: bold;
}

@font-face {
font-family: Samim WOL;
src: url('Samim-Medium-WOL.eot');
src: url('Samim-Medium-WOL.eot?#iefix') format('embedded-opentype'),
url('Samim-Medium-WOL.woff2') format('woff2'),
url('Samim-Medium-WOL.woff') format('woff'),
url('Samim-Medium-WOL.ttf') format('truetype');
font-weight: 500;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samim-font",
"version": "4.0.4",
"version": "4.0.5",
"author": "Yahya SayadArbabi <[email protected]>",
"license": "SIL OPEN FONT LICENSE Version 1.1",
"description": "A Persian (Farsi) Font - فونت (قلم) فارسی صمیم ",
Expand Down
43 changes: 24 additions & 19 deletions source/Samim-Bold.sfd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
SplineFontDB: 3.0
SplineFontDB: 3.2
FontName: Samim-Bold
FullName: Samim Bold
FamilyName: Samim
Weight: Bold
Copyright: Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved.\nDejaVu changes are in public domain\nCopyright (c) 2015 by Saber Rastikerdar. All Rights Reserved.\nNon-Arabic(Latin) glyphs and data are imported from Open Sans font under the Apache License, Version 2.0.
Version: 4.0.4
Version: 4.0.5
ItalicAngle: 0
UnderlinePosition: -500
UnderlineWidth: 100
Expand All @@ -23,7 +23,7 @@ OS2Version: 1
OS2_WeightWidthSlopeOnly: 0
OS2_UseTypoMetrics: 1
CreationTime: 1431850356
ModificationTime: 1575072832
ModificationTime: 1586862549
PfmFamily: 33
TTFWeight: 700
TTFWidth: 5
Expand Down Expand Up @@ -96,7 +96,7 @@ ChainSub2: coverage "'calt' Contextual Alternates lookup 1 subtable 1" 0 0 0 1
1
SeqLookup: 0 "Single Substitution 1"
EndFPST
LangName: 1033 "" "" "" "Samim Bold" "" "Version 4.0.4" "" "" "DejaVu fonts team - Redesigned by Saber Rastikerdar" "" "" "" "" "Changes to Arabic glyphs by me are under SIL Open Font License 1.1+AAoA-Glyphs and data from Open Sans font are licensed under the Apache License, Version 2.0.+AAoACgAA-Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. +AAoACgAA-Bitstream Vera Fonts Copyright+AAoA-------------------------------+AAoACgAA-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is+AAoA-a trademark of Bitstream, Inc.+AAoACgAA-Permission is hereby granted, free of charge, to any person obtaining a copy+AAoA-of the fonts accompanying this license (+ACIA-Fonts+ACIA) and associated+AAoA-documentation files (the +ACIA-Font Software+ACIA), to reproduce and distribute the+AAoA-Font Software, including without limitation the rights to use, copy, merge,+AAoA-publish, distribute, and/or sell copies of the Font Software, and to permit+AAoA-persons to whom the Font Software is furnished to do so, subject to the+AAoA-following conditions:+AAoACgAA-The above copyright and trademark notices and this permission notice shall+AAoA-be included in all copies of one or more of the Font Software typefaces.+AAoACgAA-The Font Software may be modified, altered, or added to, and in particular+AAoA-the designs of glyphs or characters in the Fonts may be modified and+AAoA-additional glyphs or characters may be added to the Fonts, only if the fonts+AAoA-are renamed to names not containing either the words +ACIA-Bitstream+ACIA or the word+AAoAIgAA-Vera+ACIA.+AAoACgAA-This License becomes null and void to the extent applicable to Fonts or Font+AAoA-Software that has been modified and is distributed under the +ACIA-Bitstream+AAoA-Vera+ACIA names.+AAoACgAA-The Font Software may be sold as part of a larger software package but no+AAoA-copy of one or more of the Font Software typefaces may be sold by itself.+AAoACgAA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND, EXPRESS+AAoA-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,+AAoA-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,+AAoA-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME+AAoA-FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING+AAoA-ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,+AAoA-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF+AAoA-THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE+AAoA-FONT SOFTWARE.+AAoACgAA-Except as contained in this notice, the names of Gnome, the Gnome+AAoA-Foundation, and Bitstream Inc., shall not be used in advertising or+AAoA-otherwise to promote the sale, use or other dealings in this Font Software+AAoA-without prior written authorization from the Gnome Foundation or Bitstream+AAoA-Inc., respectively. For further information, contact: fonts at gnome dot+AAoA-org. +AAoA" "http://scripts.sil.org/OFL_web +AAoA-http://dejavu.sourceforge.net/wiki/index.php/License+AAoA-http://www.apache.org/licenses/LICENSE-2.0" "" "Samim" "Bold"
LangName: 1033 "" "" "" "Samim Bold" "" "Version 4.0.5" "" "" "DejaVu fonts team - Redesigned by Saber Rastikerdar" "" "" "" "" "Changes to Arabic glyphs by me are under SIL Open Font License 1.1+AAoA-Glyphs and data from Open Sans font are licensed under the Apache License, Version 2.0.+AAoACgAA-Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. +AAoACgAA-Bitstream Vera Fonts Copyright+AAoA-------------------------------+AAoACgAA-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is+AAoA-a trademark of Bitstream, Inc.+AAoACgAA-Permission is hereby granted, free of charge, to any person obtaining a copy+AAoA-of the fonts accompanying this license (+ACIA-Fonts+ACIA) and associated+AAoA-documentation files (the +ACIA-Font Software+ACIA), to reproduce and distribute the+AAoA-Font Software, including without limitation the rights to use, copy, merge,+AAoA-publish, distribute, and/or sell copies of the Font Software, and to permit+AAoA-persons to whom the Font Software is furnished to do so, subject to the+AAoA-following conditions:+AAoACgAA-The above copyright and trademark notices and this permission notice shall+AAoA-be included in all copies of one or more of the Font Software typefaces.+AAoACgAA-The Font Software may be modified, altered, or added to, and in particular+AAoA-the designs of glyphs or characters in the Fonts may be modified and+AAoA-additional glyphs or characters may be added to the Fonts, only if the fonts+AAoA-are renamed to names not containing either the words +ACIA-Bitstream+ACIA or the word+AAoAIgAA-Vera+ACIA.+AAoACgAA-This License becomes null and void to the extent applicable to Fonts or Font+AAoA-Software that has been modified and is distributed under the +ACIA-Bitstream+AAoA-Vera+ACIA names.+AAoACgAA-The Font Software may be sold as part of a larger software package but no+AAoA-copy of one or more of the Font Software typefaces may be sold by itself.+AAoACgAA-THE FONT SOFTWARE IS PROVIDED +ACIA-AS IS+ACIA, WITHOUT WARRANTY OF ANY KIND, EXPRESS+AAoA-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,+AAoA-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,+AAoA-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME+AAoA-FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING+AAoA-ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,+AAoA-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF+AAoA-THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE+AAoA-FONT SOFTWARE.+AAoACgAA-Except as contained in this notice, the names of Gnome, the Gnome+AAoA-Foundation, and Bitstream Inc., shall not be used in advertising or+AAoA-otherwise to promote the sale, use or other dealings in this Font Software+AAoA-without prior written authorization from the Gnome Foundation or Bitstream+AAoA-Inc., respectively. For further information, contact: fonts at gnome dot+AAoA-org. +AAoA" "http://scripts.sil.org/OFL_web +AAoA-http://dejavu.sourceforge.net/wiki/index.php/License+AAoA-http://www.apache.org/licenses/LICENSE-2.0" "" "Samim" "Bold"
GaspTable: 2 8 2 65535 3 0
MATH:ScriptPercentScaleDown: 80
MATH:ScriptScriptPercentScaleDown: 60
Expand Down Expand Up @@ -1352,7 +1352,7 @@ EndChar
StartChar: uni0645
Encoding: 1605 1605 40
GlifName: uni0645
Width: 1180
Width: 1166
VWidth: 2311
GlyphClass: 2
Flags: HW
Expand All @@ -1361,27 +1361,32 @@ AnchorPoint: "Anchor-7" 692.148 -182.569 basechar 0
LayerCount: 2
Fore
SplineSet
521.810546875 257 m 1
755 257 l 2
849.775390625 257 860.3671875 262.651367188 869.509765625 269.736328125 c 0
876.052734375 274.807617188 901 303.541015625 901 338 c 0
901 385.254882812 736.874023438 523 626 523 c 0
535.045898438 523 524.986328125 426.8828125 521.810546875 257 c 1
756 0 m 2
521.818359375 257 m 1
654 257 l 1
735 257 l 2
826.541015625 257 839.73828125 262.826171875 847.75 268.549804688 c 2
848.622070312 269.171875 l 1
849.525390625 269.74609375 l 2
855.8828125 273.791992188 881 313.251953125 881 338 c 0
881 385.263671875 738.750976562 503 626 503 c 0
532.63671875 503 524.962890625 421.750976562 521.818359375 257 c 1
736 0 m 2
413 0 l 2
312.17686801 0 269 -61 275.928710938 -222.479492188 c 6
298.171875 -720.418945312 l 1
319.100585938 0 275 -39.421875 275 -189 c 0
275 -200.450195312 274.970703125 -210.989257812 275.92578125 -222.443359375 c 2
296.959960938 -692.2109375 l 1
298.221679688 -720.3984375 l 1
272.091796875 -731.043945312 l 1
110.091796875 -797.043945312 l 1
55 -819.48828125 l 1
55 -760 l 1
55 -176 l 2
55 19.8427734375 132.782226562 192.240234375 287.432617188 242.650390625 c 1
287.1171875 250.729492188 287 256.120117188 287 265 c 0
287 534.275390625 378.71875 791 636 791 c 0
832.791992188 791 1138 559.047851562 1138 370 c 0
1138 283.934570312 1086.8671875 153.307617188 1030.58398438 91.4580078125 c 0
972.670898438 27.8173828125 895.62890625 0 756 0 c 2
287 535.841796875 380.78515625 771 636 771 c 0
831.833984375 771 1118 558.840820312 1118 370 c 0
1118 283.935546875 1066.8671875 153.307617188 1010.58398438 91.4580078125 c 0
952.671875 27.8173828125 875.62890625 0 736 0 c 2
EndSplineSet
Substitution2: "'init' Initial Forms in Arabic lookup 13 subtable" uniFEE3
Substitution2: "'medi' Medial Forms in Arabic lookup 11 subtable" uniFEE4
Expand Down Expand Up @@ -6157,7 +6162,7 @@ EndChar
StartChar: uniFEE1
Encoding: 65249 65249 236
GlifName: uniF_E_E_1
Width: 1180
Width: 1166
VWidth: 2311
GlyphClass: 2
Flags: HW
Expand Down
Loading

0 comments on commit 6709b4e

Please sign in to comment.