Skip to content

Commit b225ca3

Browse files
committed
Fix the location of the seti font file
1 parent e938687 commit b225ca3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/browser/styles/globals.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
font-display: swap;
1111
}
1212

13+
/* Used for file icons */
1314
@font-face {
1415
font-family: "Seti";
15-
src: url("/seti.woff") format("woff");
16+
src: url("../../../public/seti.woff") format("woff");
1617
font-weight: normal;
1718
font-style: normal;
1819
font-display: swap;

0 commit comments

Comments
 (0)