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

View file

@ -10,6 +10,8 @@ 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
```