Skip to content

Commit 4df15d7

Browse files
committed
Fix fonts not being embedded properly
1 parent 9782fa6 commit 4df15d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
/* Geist Font Declarations */
55
@font-face {
66
font-family: "Geist";
7-
src: url("/fonts/geist-sans/Geist-Variable.woff2") format("woff2");
7+
src: url("../../public/fonts/geist-sans/Geist-Variable.woff2") format("woff2");
88
font-weight: 100 900;
99
font-style: normal;
1010
font-display: swap;
1111
}
1212

1313
@font-face {
1414
font-family: "Geist Mono";
15-
src: url("/fonts/geist-mono/GeistMono-Variable.woff2") format("woff2");
15+
src: url("../../public/fonts/geist-mono/GeistMono-Variable.woff2") format("woff2");
1616
font-weight: 100 900;
1717
font-style: normal;
1818
font-display: swap;

0 commit comments

Comments
 (0)