streamlit-option-menu
streamlit-option-menu copied to clipboard
Load fonts
Hello there, amazing work so far ! Is it possible to load fonts ? I managed to change fonts in my streamlit app, but the fonts are not loaded by the browser in the streamlit-option-menu iframe... We could have a parameter such as the following:
stom.option_menu(
...,
fonts=['<url of a font>', '<another font url>'],
)
Thanks in advance for your response !
Hello You can change fonts in config.toml file . for e.g - font="sans serif"
I tried this solution, but was only able to use one of the three fonts built into streamlit, but the OP (and me) are trying to load in a custom font.