Skip to content

Commit

Permalink
capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Dec 7, 2023
1 parent 7217545 commit d1fd529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ const cabinetFont = localFont({
const jeanLuc = localFont({
src: [
{
path: "../assets/fonts/jeanLuc/jeanlucweb-bold.woff",
path: "../assets/fonts/jeanluc/jeanlucweb-bold.woff",
weight: "bold",
style: "normal",
},
{
path: "../assets/fonts/jeanLuc/jeanlucweb-thin.woff",
path: "../assets/fonts/jeanluc/jeanlucweb-thin.woff",
weight: "normal",
style: "normal",
},
Expand Down

0 comments on commit d1fd529

Please sign in to comment.