feat(frontend): use custom font

This commit is contained in:
Sam 2023-03-25 01:23:11 +01:00
parent 40fb2d5dd1
commit c66db2bb6c
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
2 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,5 @@
@import url("https://free.bboxtype.com/embedfonts/?family=FiraGO:400,400i,700,700i");
body {
font-family: "FiraGO", sans-serif;
}