Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Jul 4, 2023
1 parent 3b794c6 commit 03053b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Expand Up @@ -106,7 +106,7 @@ def generateFont(options, font):
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"
info.openTypeNameLicenseURL = "https://scripts.sil.org/OFL"

markWriter = MarkFeatureWriter(features=["mark", "mkmk"])
markWriter = MarkFeatureWriter()

# Maintain our desired lookup order.
markWriter.anchorSortKey = {
Expand Down

0 comments on commit 03053b8

Please sign in to comment.