Skip to content

Commit

Permalink
fix up font path
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Sep 27, 2024
1 parent b1e8036 commit 399bb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { loadStudioQuery } from "studio/lib/store";
import "src/styles/global.css";

const fontBrittiSans = localFont({
src: "../../public/_assets/fonts/britti-sans-variable.woff2",
src: "../../public/_assets/britti-sans-variable.woff2",
variable: "--font-britti-sans",
});

Expand Down

0 comments on commit 399bb65

Please sign in to comment.