Update styles.css
Browse files- styles.css +2 -2
styles.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
/* Base styles */
|
| 2 |
* {
|
| 3 |
margin: 0;
|
|
@@ -9,8 +10,7 @@
|
|
| 9 |
body {
|
| 10 |
background-color: #1a1f25;
|
| 11 |
color: white;
|
| 12 |
-
font-family: "Inter"
|
| 13 |
-
"Helvetica Neue", sans-serif;
|
| 14 |
margin: 0;
|
| 15 |
padding: 0;
|
| 16 |
max-width: 100vw;
|
|
|
|
| 1 |
+
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
|
| 2 |
/* Base styles */
|
| 3 |
* {
|
| 4 |
margin: 0;
|
|
|
|
| 10 |
body {
|
| 11 |
background-color: #1a1f25;
|
| 12 |
color: white;
|
| 13 |
+
font-family: "Inter";
|
|
|
|
| 14 |
margin: 0;
|
| 15 |
padding: 0;
|
| 16 |
max-width: 100vw;
|