ntphuc149 commited on
Commit
b761758
·
verified ·
1 Parent(s): 5f49ddf

feat: change font

Browse files
Files changed (1) hide show
  1. .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"