forked from mirrors/pronouns.cc
delete download-fonts.sh
This commit is contained in:
parent
181d33517e
commit
15d2f4acba
2 changed files with 0 additions and 5 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue