Skip to content

Commit

Permalink
fixed the font problem
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirKakavand committed Aug 4, 2024
1 parent b74a272 commit 4cfa9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@font-face {
font-family: 'Wellfleet';
src: url('/public/fonts/Wellfleet-Regular.ttf') format('truetype');
src: url('/fonts/Wellfleet-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
Expand Down

0 comments on commit 4cfa9b6

Please sign in to comment.