Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fschwartzer
/
streamlit_chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fschwartzer
commited on
Sep 17, 2024
Commit
5d2399e
·
verified
·
1 Parent(s):
7e95d66
Create style.css
Browse files
Files changed (1)
hide
show
style.css
+5
-0
style.css
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100&display=swap');
2
+
3
+
html, body, [class*="css"] {
4
+
font-family: 'Kanit', sans-serif;
5
+
}