Skip to content

Commit

Permalink
Release 1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Dec 17, 2020
1 parent d36f799 commit 94030f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified Qahiri-Regular.otf
Binary file not shown.
Binary file modified Qahiri-Regular.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.008 # Increment only when tagging release, download link uses it.
version: 1.01 # Increment only when tagging release, download link uses it.
title: Qahiri
title_ar: قاهري
description: A manuscript Kufic typeface
Expand Down
6 changes: 3 additions & 3 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,9 @@ def build(instance, isTTF, version):
"copyright": font.copyright,
"familyName": instance.familyName,
"styleName": instance.name,
"uniqueFontIdentifier": f"{version:.03f};{vendor};{instance.fontName}",
"uniqueFontIdentifier": f"{version};{vendor};{instance.fontName}",
"fullName": instance.fullName,
"version": f"Version {version:.03f}",
"version": f"Version {version}",
"psName": instance.fontName,
"manufacturer": font.manufacturer,
"designer": font.designer,
Expand Down Expand Up @@ -439,7 +439,7 @@ def build(instance, isTTF, version):
fontInfo = {
"FullName": names["fullName"],
"Notice": names["copyright"].replace("©", "\(c\)"),
"version": f"{version:07.03f}",
"version": f"{version}",
"Weight": instance.name,
}

Expand Down

0 comments on commit 94030f4

Please sign in to comment.