Skip to content

Commit

Permalink
Updated index.html to implement changes recommended by w3schools team.
Browse files Browse the repository at this point in the history
  • Loading branch information
coded-writer committed Sep 18, 2024
1 parent 588c0f5 commit 28033dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Satisfy">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Crafty+Girls&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster&effect=shadow-multiple">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-colors-2017.css">
Expand Down Expand Up @@ -133,7 +132,7 @@ <h3>Contribute</h3>
.cw-heading, .cw-text {
text-align: center;
font-size: 2rem;
font-family: 'Poppins', sans-serif;
font-family: "Lato", sans-serif;
position:relative;
margin:2rem 0 0.5rem 0;
font-weight:900;
Expand Down

0 comments on commit 28033dd

Please sign in to comment.