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