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 0766c12 commit b74a272
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

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

body {
color: rgb(var(--foreground-rgb));
background-color: #231F20;
color: #F9F4DA !important;
background-color: #231F20 !important;
/* text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
Expand Down

0 comments on commit b74a272

Please sign in to comment.