Skip to content

Commit

Permalink
Generated v3.502 hinted fonts with hint script. Fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeiva authored and davelab6 committed Apr 30, 2018
1 parent 7e711b3 commit c244ab2
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
@@ -1,4 +1,4 @@
# Build fonts
# Build Fonts

Special hinting options must be applied because of a reported ttfautohint [bug][issue]:

Expand All @@ -7,7 +7,7 @@ ttfautohint -v -a nnn
```

1. Generate unhinted TTFs to `fonts/TTF-unhinted` folder
2. Run hint.py script from the script folder
2. Run hint.py script from the scripts folder

```
python scripts/hint.py
Expand Down
Binary file added fonts/TTF/Nunito-Black.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-BlackItalic.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-Bold.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-BoldItalic.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-ExtraBold.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-ExtraBoldItalic.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-ExtraLight.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-ExtraLightItalic.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-Italic.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-Light.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-LightItalic.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-Regular.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-SemiBold.ttf
Binary file not shown.
Binary file added fonts/TTF/Nunito-SemiBoldItalic.ttf
Binary file not shown.
Binary file added fonts/TTF/NunitoHeavy-Italic.ttf
Binary file not shown.
Binary file added fonts/TTF/NunitoHeavy-Regular.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions scripts/hint.py
Expand Up @@ -51,6 +51,7 @@ def overwrite():
if not os.path.exists(export_dir):
os.makedirs(export_dir)
print 'Created export directory %s' % export_dir
hint(filenames)

elif len(os.listdir(export_dir)) == 0:
print 'Export directory [fonts/TTF] exists.'
Expand Down

0 comments on commit c244ab2

Please sign in to comment.