We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9782fa6 commit 4df15d7Copy full SHA for 4df15d7
src/styles/globals.css
@@ -4,15 +4,15 @@
4
/* Geist Font Declarations */
5
@font-face {
6
font-family: "Geist";
7
- src: url("/fonts/geist-sans/Geist-Variable.woff2") format("woff2");
+ src: url("../../public/fonts/geist-sans/Geist-Variable.woff2") format("woff2");
8
font-weight: 100 900;
9
font-style: normal;
10
font-display: swap;
11
}
12
13
14
font-family: "Geist Mono";
15
- src: url("/fonts/geist-mono/GeistMono-Variable.woff2") format("woff2");
+ src: url("../../public/fonts/geist-mono/GeistMono-Variable.woff2") format("woff2");
16
17
18
0 commit comments