Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
/* Linear Portfolio Template Styles */
|
| 2 |
-
@import url('https://fonts.googleapis.com/css2?family=
|
| 3 |
|
| 4 |
* {
|
| 5 |
margin: 0;
|
|
@@ -12,7 +12,7 @@ html {
|
|
| 12 |
}
|
| 13 |
|
| 14 |
body {
|
| 15 |
-
font-family: '
|
| 16 |
line-height: 1.6;
|
| 17 |
color: #1f2937;
|
| 18 |
}
|
|
|
|
| 1 |
/* Linear Portfolio Template Styles */
|
| 2 |
+
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@300;400;500;600;700;800;900&display=swap');
|
| 3 |
|
| 4 |
* {
|
| 5 |
margin: 0;
|
|
|
|
| 12 |
}
|
| 13 |
|
| 14 |
body {
|
| 15 |
+
font-family: 'Syne', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
| 16 |
line-height: 1.6;
|
| 17 |
color: #1f2937;
|
| 18 |
}
|