John Graham Reynolds commited on
Commit
6eac28b
·
1 Parent(s): 30de022

try to update font again

Browse files
Files changed (2) hide show
  1. .streamlit/config.toml +3 -3
  2. style.css +2 -2
.streamlit/config.toml CHANGED
@@ -1,6 +1,6 @@
1
  [theme]
2
- primaryColor="#E8762B"
3
  backgroundColor="#1A4F75"
4
- secondaryBackgroundColor="#1A4F75"
5
  textColor="#FFFFFF"
6
- font="sans-serif"
 
1
  [theme]
2
+ primaryColor="#C0B7B1"
3
  backgroundColor="#1A4F75"
4
+ secondaryBackgroundColor="#C0B7B1"
5
  textColor="#FFFFFF"
6
+ font="sans serif"
style.css CHANGED
@@ -4,8 +4,8 @@
4
 
5
  @import url('https://fonts.googleapis.com/css2?family=Orbitron:[email protected]&display=swap');
6
 
7
- html, body, [class*="css"] {
8
- font-family: 'Orbitron', sans-serif;
9
  font-size: 18px;
10
  font-weight: 600;
11
  color: #FFFFFF;
 
4
 
5
  @import url('https://fonts.googleapis.com/css2?family=Orbitron:[email protected]&display=swap');
6
 
7
+ body * {
8
+ font-family: 'Orbitron', sans-serif !important;
9
  font-size: 18px;
10
  font-weight: 600;
11
  color: #FFFFFF;