Spaces:
Running
Running
update font family for whole page
Browse files
style.css
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
|
|
|
|
|
| 1 |
body {
|
| 2 |
padding: 2rem;
|
| 3 |
-
font-family: -apple-system, BlinkMacSystemFont, "
|
| 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 {
|