diff --git a/get-fonts.sh b/get-fonts.sh index 7777380..0f35edc 100755 --- a/get-fonts.sh +++ b/get-fonts.sh @@ -24,7 +24,7 @@ function download { fi done - sed -i "" "s!https.*/\([a-zA-Z0-9_-]*\.woff2\)!/$DIR/\1!g" $CSS + sed -i "s!https.*/\([a-zA-Z0-9_-]*\.woff2\)!/$DIR/\1!g" $CSS gzip -9 $CSS }