Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +21 -7
.streamlit/config.toml
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
-
[server]
|
2 |
-
enableStaticServing = true
|
3 |
-
|
4 |
-
[[theme.fontFaces]]
|
5 |
-
family="montserrat-sans"
|
6 |
-
url="app/static/Montserrat-Italic-VariableFont_wght.ttf"
|
7 |
-
style="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
enableStaticServing = true
|
3 |
+
|
4 |
+
[[theme.fontFaces]]
|
5 |
+
family="montserrat-sans"
|
6 |
+
url="app/static/Montserrat-Italic-VariableFont_wght.ttf"
|
7 |
+
style="italic"
|
8 |
+
weight=500
|
9 |
+
[[theme.fontFaces]]
|
10 |
+
family="montserrat-sans"
|
11 |
+
url="app/static/Montserrat-VariableFont_wght.ttf"
|
12 |
+
style="normal"
|
13 |
+
weight=500
|
14 |
+
[[theme.fontFaces]]
|
15 |
+
family="noto-mono"
|
16 |
+
url="app/static/NotoSansMono-VariableFont_wdth,wght.ttf"
|
17 |
+
|
18 |
+
[theme]
|
19 |
+
font="montserrat-sans, noto-sans, sans-serif"
|
20 |
+
codeFont="noto-mono, monospace"
|
21 |
+
baseFontSize=16
|