mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-12-22 15:31:31 +01:00
Merge branch 'rpdelaney-depends-check'
This commit is contained in:
commit
395ab81433
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
# Generate font files with FontForge, and a CSS declaration for this font.
|
# Generate font files with FontForge, and a CSS declaration for this font.
|
||||||
|
|
||||||
|
if ! type fontforge &> /dev/null; then echo "ERROR: Missing dependency: fontforge" 1>&2; exit 1; fi
|
||||||
|
|
||||||
basename=$1
|
basename=$1
|
||||||
ttf="${basename}.ttf"
|
ttf="${basename}.ttf"
|
||||||
otf="OTF/${basename}.otf"
|
otf="OTF/${basename}.otf"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user