delete download-fonts.sh

This commit is contained in:
lucdev 2023-04-24 14:03:57 -03:00
parent 181d33517e
commit 15d2f4acba
No known key found for this signature in database
GPG Key ID: 3B51DCD6DC00D613
2 changed files with 0 additions and 5 deletions

View File

@ -10,8 +10,6 @@ git clone https://codeberg.org/u1f320/pronouns.cc.git pronouns
cd pronouns cd pronouns
make all make all
# if required fonts have not been downloaded yet
./download-fonts.sh
# if running for the first time # if running for the first time
./pronouns database migrate ./pronouns database migrate
``` ```

View File

@ -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