Skip to content

Commit

Permalink
Update src/app/layout.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Oterhals Myklebust <[email protected]>
  • Loading branch information
anemne and mathiazom authored Sep 27, 2024
1 parent eaa5ebd commit eb7666c
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/fonts/britti-sans-variable.woff2",
src: "../../public/_assets/fonts/britti-sans-variable.woff2",
variable: "--font-britti-sans",
});

Expand Down

0 comments on commit eb7666c

Please sign in to comment.