feat(frontend): self host fonts

This commit is contained in:
Sam 2023-03-27 15:40:03 +02:00
parent 83e38bb320
commit 99ab8b6864
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
4 changed files with 39 additions and 1 deletions

3
download-fonts.sh Executable file
View file

@ -0,0 +1,3 @@
#!/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