Skip to content

Commit e0c13fb

Browse files
committed
Update OFL url in font names
1 parent 3eba9ee commit e0c13fb

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

fonts/Amiri-Bold.ttf

0 Bytes
Binary file not shown.

fonts/Amiri-BoldItalic.ttf

0 Bytes
Binary file not shown.

fonts/Amiri-Italic.ttf

0 Bytes
Binary file not shown.

fonts/Amiri-Regular.ttf

0 Bytes
Binary file not shown.

fonts/AmiriQuran.ttf

0 Bytes
Binary file not shown.

fonts/AmiriQuranColored.ttf

0 Bytes
Binary file not shown.

scripts/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ def generateFont(options, font):
103103
year = datetime.now().year
104104
with open(options.license) as fp:
105105
info.copyright = fp.readline().strip()
106-
info.openTypeNameLicense = "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL"
107-
info.openTypeNameLicenseURL = "https://scripts.sil.org/OFL"
106+
info.openTypeNameLicense = "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://openfontlicense.org"
107+
info.openTypeNameLicenseURL = "https://openfontlicense.org"
108108

109109
markWriter = MarkFeatureWriter()
110110

0 commit comments

Comments
 (0)