From 81f0f99c7e584508e3b250089072bc314c32a25b Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Tue, 22 Sep 2020 18:26:48 +0200 Subject: [PATCH] Fix local font loading --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b6d5ff4..2929067 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,8 @@ serve: ${OPTIMIZED_IMAGES} --include robots.txt \ --blog \ --rss + # A workaround to making the fonts load without the CDN + mv _site/assets/fonts _site/fonts cd _site/ && python -m http.server 8080 build: ${OPTIMIZED_IMAGES}