vericudebuget commited on
Commit
03eb4b0
1 Parent(s): b32ed28

Update theme.css

Browse files
Files changed (1) hide show
  1. theme.css +4 -1
theme.css CHANGED
@@ -3,4 +3,7 @@ body {
3
  color: white;
4
  }
5
 
6
- /* Add other CSS rules as needed */
 
 
 
 
3
  color: white;
4
  }
5
 
6
+ * {
7
+ font-family: 'Oswald', sans-serif;
8
+ }
9
+