musfiqdehan commited on
Commit
f431441
1 Parent(s): 1edc69f

Update font family in styles.css

Browse files
Files changed (1) hide show
  1. styles.css +5 -2
styles.css CHANGED
@@ -1,7 +1,10 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap");
 
 
 
 
2
 
3
  h1 {
4
- font-family: "Merriweather", serif;
5
  text-align: center;
6
  font-weight: 700;
7
  }
 
1
+ @import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");
2
+
3
+ body {
4
+ font-family: "Hind Siliguri", sans-serif;
5
+ }
6
 
7
  h1 {
 
8
  text-align: center;
9
  font-weight: 700;
10
  }