Junaidb commited on
Commit
0165dd3
·
verified ·
1 Parent(s): 357067d

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +2 -2
.streamlit/config.toml CHANGED
@@ -15,11 +15,11 @@ secondaryBackgroundColor = "#F8F9FA" # Light gray
15
  textColor = "#2C3E50" # Dark blue-gray for better readability
16
 
17
  # Font family - Professional fonts with fallbacks
18
- font = "sans serif" # Options: "sans serif", "serif", "monospace"
19
 
20
  # Alternative font configurations (uncomment one if you prefer):
21
  # For a more modern look:
22
- # font = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif"
23
 
24
  # For better readability:
25
  # font = "system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"
 
15
  textColor = "#2C3E50" # Dark blue-gray for better readability
16
 
17
  # Font family - Professional fonts with fallbacks
18
+ #font = "monospace" # Options: "sans serif", "serif", "monospace"
19
 
20
  # Alternative font configurations (uncomment one if you prefer):
21
  # For a more modern look:
22
+ font = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif"
23
 
24
  # For better readability:
25
  # font = "system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"