Skip to content

Commit

Permalink
Set openTypeNameManufacturerURL
Browse files Browse the repository at this point in the history
  • Loading branch information
irori committed Aug 7, 2018
1 parent 06a56b4 commit eea2fa4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions converter/bdf2otf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def generate_otf(font, out_filename, limit=None):
ufo.info.versionMajor = 1
ufo.info.versionMinor = 0
ufo.info.copyright = 'Public domain'
ufo.info.openTypeNameManufacturerURL = 'https://irori.github.io/wapuro-mincho/'
ufo.info.openTypeOS2Type = [] # installable

font.set_ufo_metrics(ufo.info)
Expand Down
Binary file modified dist/wapuro-mincho.otf
Binary file not shown.
Binary file modified dist/wapuro-mincho.woff
Binary file not shown.
Binary file modified dist/wapuro-mincho.woff2
Binary file not shown.

0 comments on commit eea2fa4

Please sign in to comment.