Fix local font loading
This commit is contained in:
parent
78b4a745bd
commit
81f0f99c7e
2
Makefile
2
Makefile
@ -28,6 +28,8 @@ serve: ${OPTIMIZED_IMAGES}
|
|||||||
--include robots.txt \
|
--include robots.txt \
|
||||||
--blog \
|
--blog \
|
||||||
--rss
|
--rss
|
||||||
|
# A workaround to making the fonts load without the CDN
|
||||||
|
mv _site/assets/fonts _site/fonts
|
||||||
cd _site/ && python -m http.server 8080
|
cd _site/ && python -m http.server 8080
|
||||||
|
|
||||||
build: ${OPTIMIZED_IMAGES}
|
build: ${OPTIMIZED_IMAGES}
|
||||||
|
Reference in New Issue
Block a user