aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
blob: d3f1c6728c45e3d731b8b4efd5f483b98ec9cbd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# Generated of fonts
#
# build
if [[ -n "$(ls -a ./lab/)" && -f ./lab/metadata.json && -f ./lab/svg2ttf.py ]];
then
    ./lab/svg2ttf.py ./lab/metadata.json
fi

# copy files to fonts
if [[ -n "$(ls -a ./lab/libresocial.{svg,otf,ttf,woff})" ]];
then
    mv -fv ./lab/libresocial.{svg,otf,ttf,woff} ./fonts/
fi