Skip to content

Commit

Permalink
Merge pull request #3 from m4rc1e/gf-mastering
Browse files Browse the repository at this point in the history
Build fonts with fontmake
  • Loading branch information
m4rc1e authored Jun 7, 2019
2 parents 7d896f4 + 14536aa commit a9ec422
Show file tree
Hide file tree
Showing 24 changed files with 377,455 additions and 40,344 deletions.
Binary file modified Sans/Exports/DeepMindSans-Bold.ttf
Binary file not shown.
Binary file modified Sans/Exports/DeepMindSans-BoldItalic.ttf
Binary file not shown.
Binary file modified Sans/Exports/DeepMindSans-Italic.ttf
Binary file not shown.
Binary file added Sans/Exports/DeepMindSans-Medium.ttf
Binary file not shown.
Binary file added Sans/Exports/DeepMindSans-MediumItalic.ttf
Binary file not shown.
Binary file modified Sans/Exports/DeepMindSans-Regular.ttf
Binary file not shown.
Binary file removed Sans/Exports/DeepMindSansMedium-Italic.ttf
Binary file not shown.
Binary file removed Sans/Exports/DeepMindSansMedium-Regular.ttf
Binary file not shown.
45,590 changes: 45,590 additions & 0 deletions Sans/Source/DeepMindSans-Italic.glyphs

Large diffs are not rendered by default.

30,475 changes: 53 additions & 30,422 deletions Sans/Source/DeepMindSans-Romans.glyphs → Sans/Source/DeepMindSans-Roman.glyphs

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions Sans/Source/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/bin/sh
set -e


echo "Generating Static fonts"
mkdir -p ../Exports
fontmake -g DeepMindSans-Roman.glyphs -i -o ttf --output-dir ../Exports/
fontmake -g DeepMindSans-Italic.glyphs -i -o ttf --output-dir ../Exports/

rm -rf master_ufo/ instance_ufo/


echo "Post processing"
ttfs=$(ls ../Exports/*.ttf)
for ttf in $ttfs
do
gftools fix-dsig -f $ttf;
ttfautohint $ttf $ttf.fix
mv "$ttf.fix" $ttf;
gftools fix-hinting $ttf
mv "$ttf.fix" $ttf;
done

Binary file modified Serif/Exports/DeepMindSerifDisplay-Italic.ttf
Binary file not shown.
Binary file modified Serif/Exports/DeepMindSerifDisplay-Regular.ttf
Binary file not shown.
Binary file modified Serif/Exports/DeepMindSerifText-Italic.ttf
Binary file not shown.
Binary file modified Serif/Exports/DeepMindSerifText-Regular.ttf
Binary file not shown.
93 changes: 0 additions & 93 deletions Serif/Exports/LICENSE.txt

This file was deleted.

Loading

0 comments on commit a9ec422

Please sign in to comment.