Skip to content

Commit

Permalink
fixed the font problem(custom font not loading)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirKakavand committed Aug 5, 2024
1 parent 524cb03 commit d766748
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/globals.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
@import url('https://fonts.googleapis.com/css2?family=Wellfleet&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;

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

body {
color: #F9F4DA !important;
background-color: #231F20 !important;
font-family: "Wellfleet", sans-serif;
/* text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
Expand Down

0 comments on commit d766748

Please sign in to comment.