mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-12-22 07:21:31 +01:00
Merge branch 'master' of github.com:belluzj/fantasque-sans
This commit is contained in:
commit
4a322c3dd8
2
Makefile
2
Makefile
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Generate font files with FontForge, and a CSS declaration for this font.
|
||||
|
Loading…
Reference in New Issue
Block a user