Skip to content

Commit b712fd2

Browse files
committed
feat: add fallback url
1 parent ce39e17 commit b712fd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

www/src/static/css/main.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ html {
3030

3131
@font-face {
3232
font-family: "Inter";
33-
src: url("/static/fonts/Inter-Regular.woff2") format("woff2");
33+
src:
34+
url("/static/fonts/Inter-Regular.woff2") format("woff2"),
35+
url("/nova/static/fonts/Inter-Regular.woff") format("woff2");
3436
}
3537

3638
body {

0 commit comments

Comments
 (0)