Junaidb commited on
Commit
2ac9ea4
·
verified ·
1 Parent(s): eac8bc7

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +4 -4
.streamlit/config.toml CHANGED
@@ -5,9 +5,9 @@ enableStaticServing=true
5
 
6
 
7
 
8
- [[theme.fontFaces]]
9
- family="SpaceMono"
10
- url="app/static/SpaceMono-Regular.ttf"
11
 
12
 
13
  [theme]
@@ -16,7 +16,7 @@ primaryColor="slateBlue"
16
  backgroundColor="white"
17
  secondaryBackgroundColor="lavender"
18
  baseRadius="full"
19
- font="SpaceMono"
20
  borderColor="mediumSlateBlue"
21
  showWidgetBorder=true
22
  linkColor="darkOrchid"
 
5
 
6
 
7
 
8
+ #[[theme.fontFaces]]
9
+ #family="SpaceMono"
10
+ #url="app/static/SpaceMono-Regular.ttf"
11
 
12
 
13
  [theme]
 
16
  backgroundColor="white"
17
  secondaryBackgroundColor="lavender"
18
  baseRadius="full"
19
+ font="monospace"
20
  borderColor="mediumSlateBlue"
21
  showWidgetBorder=true
22
  linkColor="darkOrchid"