Skip to content

Commit

Permalink
Merge pull request #99 from rishyym0927/issue11
Browse files Browse the repository at this point in the history
Fixes #11 Improved the overall text of the website
  • Loading branch information
GarimaSingh0109 authored Oct 2, 2024
2 parents ea8e1c2 + 47ec651 commit 8be4eed
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 206 deletions.
25 changes: 25 additions & 0 deletions global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;

}
body {
font-family: Arial, sans-serif;
height: 100%;
width: 100%;
font-family: "Poppins", sans-serif;
}


.poppins-thin {
font-family: "Poppins", sans-serif;
font-weight: 100;
font-style: normal;
}

.poppins-regular {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}
Loading

0 comments on commit 8be4eed

Please sign in to comment.