Skip to content

Commit f4ae67f

Browse files
committed
make font properly work on github pages
1 parent 54380fd commit f4ae67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@font-face {
77
font-family: "Inter";
88
font-style: normal;
9-
src: url("../Inter-Regular.woff2") format("woff2");
9+
src: url("Inter-Regular.woff2") format("woff2");
1010
}
1111

1212
:root {

0 commit comments

Comments
 (0)