linkbert / src /.streamlit /config.toml
dejanseo's picture
Upload config.toml
a040828 verified
raw
history blame contribute delete
555 Bytes
[server]
enableStaticServing = true
[[theme.fontFaces]]
family="montserrat-sans"
url="app/static/Montserrat-Italic-VariableFont_wght.ttf"
style="italic"
weight=500
[[theme.fontFaces]]
family="montserrat-sans"
url="app/static/Montserrat-VariableFont_wght.ttf"
style="normal"
weight=500
[[theme.fontFaces]]
family="noto-mono"
url="app/static/NotoSansMono-VariableFont_wdth,wght.ttf"
[theme]
font="montserrat-sans, noto-sans, sans-serif"
codeFont="noto-mono, monospace"
baseFontSize=16
primaryColor="#28a745"
backgroundColor="#FFFFFF"