diff --git a/build.sh b/build.sh index b609dae..b2b6ea1 100755 --- a/build.sh +++ b/build.sh @@ -202,6 +202,7 @@ gen_index_page() { # Generate an index page (site map) that includes links to th copy_things_in() { cp ${BASE_PATH}/styles.css ${BASE_PATH}/output/ cp -r ${BASE_PATH}/files ${BASE_PATH}/output/ + cp -r ${BASE_PATH}/fonts ${BASE_PATH}/output/ }