Spaces:
Running
Running
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +2 -2
.chainlit/config.toml
CHANGED
@@ -76,7 +76,7 @@ custom_css = "/public/stylesheet.css"
|
|
76 |
# custom_js = "/public/test.js"
|
77 |
|
78 |
# Specify a custom font url.
|
79 |
-
|
80 |
|
81 |
# Specify a custom meta image url.
|
82 |
# custom_meta_image_url = "https://chainlit-cloud.s3.eu-west-3.amazonaws.com/logo/chainlit_banner.png"
|
@@ -117,4 +117,4 @@ custom_css = "/public/stylesheet.css"
|
|
117 |
#secondary = "#BDBDBD"
|
118 |
|
119 |
[meta]
|
120 |
-
generated_by = "1.1.306"
|
|
|
76 |
# custom_js = "/public/test.js"
|
77 |
|
78 |
# Specify a custom font url.
|
79 |
+
custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
|
80 |
|
81 |
# Specify a custom meta image url.
|
82 |
# custom_meta_image_url = "https://chainlit-cloud.s3.eu-west-3.amazonaws.com/logo/chainlit_banner.png"
|
|
|
117 |
#secondary = "#BDBDBD"
|
118 |
|
119 |
[meta]
|
120 |
+
generated_by = "1.1.306"
|