Merge branch 'master' of github.com:belluzj/fantasque-sans

fix-windows-italic
Jany Belluz 2014-06-15 08:32:58 +02:00
commit 4a322c3dd8
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.