Skip to content

Commit cae9c55

Browse files
committed
fix: correct the font path
1 parent a406297 commit cae9c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@font-face {
22
font-family: "Carloschi VF";
33
font-display: swap;
4-
src: url("../fonts/CarloschiVF.woff2") format("woff2");
4+
src: url("/fonts/CarloschiVF.woff2") format("woff2");
55
}

0 commit comments

Comments
 (0)