Spaces:
Running
Running
feat: change font
Browse files- .streamlit/config.toml +9 -9
.streamlit/config.toml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
[server]
|
2 |
-
enableStaticServing = true
|
3 |
-
|
4 |
-
[theme]
|
5 |
-
primaryColor="#112C55"
|
6 |
-
backgroundColor="#ffffff"
|
7 |
-
secondaryBackgroundColor="#cacaca"
|
8 |
-
textColor="#16232e"
|
9 |
-
font="serif"
|
|
|
1 |
+
[server]
|
2 |
+
enableStaticServing = true
|
3 |
+
|
4 |
+
[theme]
|
5 |
+
primaryColor="#112C55"
|
6 |
+
backgroundColor="#ffffff"
|
7 |
+
secondaryBackgroundColor="#cacaca"
|
8 |
+
textColor="#16232e"
|
9 |
+
font = "Inter, sans-serif"
|