From 7735bd4eb24f0d53a93473570ff12d56a132b370 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 14 Feb 2021 19:36:36 +0100 Subject: Move site.conf import to site.default.conf --- scripts/build_fonts.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/build_fonts.sh') diff --git a/scripts/build_fonts.sh b/scripts/build_fonts.sh index 9823fcf..0e9cd91 100755 --- a/scripts/build_fonts.sh +++ b/scripts/build_fonts.sh @@ -2,10 +2,6 @@ source "site.defaults.conf" -if [ -f "site.conf" ]; then - source "site.conf" -fi - find "${ASSETS_DIR}fonts" \ -type f \ -name "*.ttf" \ -- cgit v1.2.3-54-g00ecf