Skip to content

Commit

Permalink
added style.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant-Chamate authored Aug 8, 2023
1 parent f69aca1 commit f0e96c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
@import url(GeneralSans-Medium.otf);
@import url(GeneralSans-Regular.otf);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "General Sans";
font-family: 'Poppins', sans-serif;

}

Expand Down

0 comments on commit f0e96c7

Please sign in to comment.