Merge pull request #33 from rpdelaney/shebang-fix

shebang fix
fix-windows-italic
belluzj 2014-06-14 23:31:13 -07:00
commit bfc4627847
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ all: $(TTF_FILES)
OTF/%.otf %.ttf Webfonts/%.svg Webfonts/%.eot Webfonts/%.woff Webfonts/%-decl.css: Sources/%.sfd
mkdir -p OTF Webfonts
./validate-generate.sh "$*"
./validate-generate "$*"
# TODO determine perfect parameters
ttfautohint "$*.ttf" "$*.hinted.ttf"
mv "$*.hinted.ttf" "$*.ttf"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Generate font files with FontForge, and a CSS declaration for this font.