richylyq commited on
Commit
cd8b420
1 Parent(s): 1ba1697

update font family for whole page

Browse files
Files changed (1) hide show
  1. style.css +3 -1
style.css CHANGED
@@ -1,6 +1,8 @@
 
 
1
  body {
2
  padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
  }
5
 
6
  h1 {
 
1
+ @import url("https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap");
2
+
3
  body {
4
  padding: 2rem;
5
+ font-family: -apple-system, BlinkMacSystemFont, "Teko", sans-serif;
6
  }
7
 
8
  h1 {