zoltan-dulac / css3FontConverter

A shell script that can use other command line tools to produce @font-face compatible fonts in all browsers. Works under Windows (using Cygwin), Mac OS X and Linux
http://www.useragentman.com/blog/2011/02/20/converting-font-face-fonts-quickly-in-any-os/
390 stars 61 forks source link

Typo in line 529 prevents TTF files to be generated #6

Closed mundschenk-at closed 10 years ago

mundschenk-at commented 10 years ago

#.. If this is an OTF Font, then convert it to TTF. if [ "$IS_OTF" = "0" ] then if [ ! -f $FIL E_STUB.ttf ] then toTTF $NEW_FILE fi NEW_FILE="$FILE_STUB.ttf" fi

The space in if [ ! -f $FILE_STUB.ttf ] should be removed.

zoltan-dulac commented 10 years ago

@pep- This is fixed in the latest version as well. Thanks for letting me know. Please re-open if it is still a problem for you.