streamlit_chatbot / style.css
fschwartzer's picture
Update style.css
8e41ee3 verified
raw
history blame contribute delete
No virus
155 Bytes
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap');
html, body, [class*="css"] {
font-family: 'Kanit', sans-serif;
}