mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-12-22 15:31:31 +01:00
commit
bfc4627847
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