diff --git a/docs/production.md b/docs/production.md index 9a2daa0..8588b71 100644 --- a/docs/production.md +++ b/docs/production.md @@ -10,8 +10,6 @@ git clone https://codeberg.org/u1f320/pronouns.cc.git pronouns cd pronouns make all -# if required fonts have not been downloaded yet -./download-fonts.sh # if running for the first time ./pronouns database migrate ``` diff --git a/download-fonts.sh b/download-fonts.sh deleted file mode 100755 index 58d81e0..0000000 --- a/download-fonts.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -curl "https://free.bboxtype.com/embedfonts/fonts.php?family=FiraGO&weight=400" -o frontend/static/fonts/FiraGO-400.woff "https://free.bboxtype.com/embedfonts/fonts.php?family=FiraGO&weight=400i" -o frontend/static/fonts/FiraGO-400i.woff "https://free.bboxtype.com/embedfonts/fonts.php?family=FiraGO&weight=700" -o frontend/static/fonts/FiraGO-700.woff "https://free.bboxtype.com/embedfonts/fonts.php?family=FiraGO&weight=700i" -o frontend/static/fonts/FiraGO-700i.woff