-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from rishyym0927/issue11
Fixes #11 Improved the overall text of the website
- Loading branch information
Showing
2 changed files
with
311 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Oops, something went wrong.