Use Geist
Browse files- www/rtemislive.scss +6 -0
www/rtemislive.scss
CHANGED
|
@@ -6,6 +6,12 @@
|
|
| 6 |
// color: #ffffff;
|
| 7 |
// }
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
// Define background color for light and dark mode
|
| 10 |
$light-bg: #efefef;
|
| 11 |
$dark-bg: #161616;
|
|
|
|
| 6 |
// color: #ffffff;
|
| 7 |
// }
|
| 8 |
|
| 9 |
+
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
|
| 10 |
+
// Apply Geist font to body
|
| 11 |
+
body {
|
| 12 |
+
font-family: 'Geist', sans-serif;
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
// Define background color for light and dark mode
|
| 16 |
$light-bg: #efefef;
|
| 17 |
$dark-bg: #161616;
|