Skip to content

Commit

Permalink
add Open Sans
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 25, 2020
1 parent b1aed6f commit fc47356
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
Expand Down
Binary file added static/fonts/OpenSans-Regular-webfont.woff
Binary file not shown.
Binary file added static/fonts/OpenSans-Semibold-webfont.woff
Binary file not shown.

0 comments on commit fc47356

Please sign in to comment.