fix font loading (#693)

This commit is contained in:
an-lee
2024-06-20 15:20:15 +08:00
committed by GitHub
parent c50e5abf7b
commit 47f3690b09

View File

@@ -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;
}