Skip to content

Commit

Permalink
poppins as my main font what do you think?
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed May 14, 2024
1 parent 6c8ab49 commit 3384f44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url("https://fonts.googleapis.com/css2?family=Micro+5&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@tailwind base;
@tailwind components;
Expand Down Expand Up @@ -64,7 +65,7 @@
}

body {
@apply bg-background text-foreground font-serif;
@apply bg-background text-foreground font-poppins;
}

#root {
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default {
},
fontFamily: {
"micro": ['"Micro 5", sans-serif'],
'poppins': ['"Poppins", sans-serif']
},
},
},
Expand Down

0 comments on commit 3384f44

Please sign in to comment.