Skip to content

Commit

Permalink
Merge branch 'master' of github.com:belluzj/fantasque-sans
Browse files Browse the repository at this point in the history
  • Loading branch information
belluzj committed Jun 15, 2014
2 parents 395ab81 + bfc4627 commit 4a322c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion validate-generate.sh → validate-generate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Generate font files with FontForge, and a CSS declaration for this font.

Expand Down

0 comments on commit 4a322c3

Please sign in to comment.