egenn commited on
Commit
f8609f7
·
1 Parent(s): 67e1a7a
Files changed (1) hide show
  1. 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:[email protected]&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;