pasberth / fontconv

A client of onlinefontconverter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fontconv

Quick Usage

First, you need take a credential on mashape.

Next, build the fontconv.hs with cabal-dev.

For example, the following command converts font1.svg and font2.ttf to ttf and woff.

usage
cabal-dev install
./../fontconv/cabal-dev/bin/fontconv -k $MASHAPE_KEY \
    -d out-dir font1.svg font2.ttf -f ttf -f woff
result
ls out-dir
# font1.ttf
# font1.woff
# font2.ttf
# font2.woff

About

A client of onlinefontconverter.com

License:MIT License


Languages

Language:Haskell 100.0%