Skip to content

Commit

Permalink
Update font family in styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MusfiqDehan committed Mar 7, 2024
1 parent 1edc69f commit f431441
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");

body {
font-family: "Hind Siliguri", sans-serif;
}

h1 {
font-family: "Merriweather", serif;
text-align: center;
font-weight: 700;
}
Expand Down

0 comments on commit f431441

Please sign in to comment.