Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -41,6 +41,11 @@ h1, h2, h3, h4 {
|
|
| 41 |
letter-spacing: -0.02em;
|
| 42 |
}
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
p { color: var(--text); }
|
| 45 |
|
| 46 |
img {
|
|
|
|
| 41 |
letter-spacing: -0.02em;
|
| 42 |
}
|
| 43 |
|
| 44 |
+
h1 {
|
| 45 |
+
font-family: 'Newsreader', serif;
|
| 46 |
+
font-style: italic;
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
p { color: var(--text); }
|
| 50 |
|
| 51 |
img {
|