Skip to content

Commit

Permalink
Merge pull request #77 from rivercory/main
Browse files Browse the repository at this point in the history
Change font
  • Loading branch information
DhanushNehru authored Jun 30, 2024
2 parents b664aa9 + 2a33fb4 commit 6efca20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/css/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@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');

body {
margin: 0;
font-family: 'Poppins';
}
3 changes: 3 additions & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const theme = createTheme({
h1: {
fontSize: "2rem",
},
fontFamily: [
"Poppins",
],
},
});

Expand Down

0 comments on commit 6efca20

Please sign in to comment.