Skip to content

Commit

Permalink
fix font loading (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee authored Jun 20, 2024
1 parent c50e5ab commit 47f3690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enjoy/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

@font-face {
font-family: "CharisSIL";
src: url("assets/fonts/CharisSIL-Regular.ttf") format("truetype");
src: url("/assets/fonts/CharisSIL-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 47f3690

Please sign in to comment.