diff --git a/Makefile b/Makefile index fef9529..88a378c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ all: dist -dist: dist/index.html +dist: dist/index.html $(shell find static -type f) + cp -r static/* dist dist/index.html: $(shell find src -type f -name '*.elm') elm.json @mkdir -p dist diff --git a/static/fonts/OpenSans-Regular-webfont.woff b/static/fonts/OpenSans-Regular-webfont.woff new file mode 100644 index 0000000..e1153e3 Binary files /dev/null and b/static/fonts/OpenSans-Regular-webfont.woff differ diff --git a/static/fonts/OpenSans-Semibold-webfont.woff b/static/fonts/OpenSans-Semibold-webfont.woff new file mode 100644 index 0000000..c5c64ed Binary files /dev/null and b/static/fonts/OpenSans-Semibold-webfont.woff differ