Skip to content
Snippets Groups Projects
Commit 4eb485ab authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5637: adding script to get the fonts

parent 15a4a26e
No related branches found
No related tags found
No related merge requests found
echo "*************************************************************************"
echo "Getting fonts ..."
if [[ -d ../../../../../config/fonts ]]; then
if [[ -d dist/fonts ]]; then
rm -rf dist/fonts/*
fi
cp ../../../../../config/fonts/* dist/fonts
else
echo "Error: there are no fonts installed, run ./setup_site.sh"
fi
echo "Done getting fonts ..."
echo "*************************************************************************"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment